From 3569c076b8e8dccb1c054664c9676ed44dedfb57 Mon Sep 17 00:00:00 2001 From: Thong Kuah Date: Mon, 18 Feb 2019 10:01:13 +1300 Subject: Docs: document upgrade k8s apps Document how runner applications are upgraded via one-click --- doc/user/project/clusters/index.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'doc/user') diff --git a/doc/user/project/clusters/index.md b/doc/user/project/clusters/index.md index 85a4af24dc5..42aa6840609 100644 --- a/doc/user/project/clusters/index.md +++ b/doc/user/project/clusters/index.md @@ -307,6 +307,28 @@ you should be careful as GitLab cannot detect it. In this case, installing Tiller via the applications will result in the cluster having it twice, which can lead to confusion during deployments. +### Upgrading applications + +> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24789) +in GitLab 11.8. + +Users can perform a one-click upgrade for the GitLab Runner application, +when there is an upgrade available. + +To upgrade the GitLab Runner application: + +1. Navigate to your project's **Operations > Kubernetes**. +1. Select your cluster. +1. Click the **Upgrade** button for the Runnner application. + +The **Upgrade** button will not be shown if there is no upgrade +available. + +NOTE: **Note:** +Upgrades will reset values back to the values built into the `runner` +chart plus the values set by +[`values.yaml`](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/vendor/runner/values.yaml) + ## Getting the external IP address NOTE: **Note:** -- cgit v1.2.1