summaryrefslogtreecommitdiff
path: root/doc/user
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-02-21 03:13:14 +0000
committerEvan Read <eread@gitlab.com>2019-02-21 03:13:14 +0000
commit5f2785081cc8b72c7ffe38988074d3a207a8bf8a (patch)
treed70d01a595b85a53cc077e972fb4c387916506c0 /doc/user
parenta649a938ab14dde3f86c0736d6105282864c52d9 (diff)
parent3569c076b8e8dccb1c054664c9676ed44dedfb57 (diff)
downloadgitlab-ce-5f2785081cc8b72c7ffe38988074d3a207a8bf8a.tar.gz
Merge branch 'docs-upgrade-runner' into 'master'
Docs: document upgrade k8s apps See merge request gitlab-org/gitlab-ce!25323
Diffstat (limited to 'doc/user')
-rw-r--r--doc/user/project/clusters/index.md22
1 files changed, 22 insertions, 0 deletions
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:**