diff options
author | Ash McKenzie <amckenzie@gitlab.com> | 2019-05-06 01:11:33 +0000 |
---|---|---|
committer | Ash McKenzie <amckenzie@gitlab.com> | 2019-05-06 01:11:33 +0000 |
commit | 9aa81c0a95b0e54bbafca4755e95f27ee1eeb759 (patch) | |
tree | b330c869f1cbc164a1f31daf204e009c19740d9a | |
parent | cf1fc5a1e81026b592bcbc88922cb96753472388 (diff) | |
parent | 5d1d085126aeaef4ba4cb7342ae403244b4700a6 (diff) | |
download | gitlab-ce-9aa81c0a95b0e54bbafca4755e95f27ee1eeb759.tar.gz |
Merge branch 'docs-60665-uninstalling-cluster-apps' into 'master'
Document Prometheus app can be uninstalled
Closes #60665
See merge request gitlab-org/gitlab-ce!28098
-rw-r--r-- | doc/user/project/clusters/index.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/user/project/clusters/index.md b/doc/user/project/clusters/index.md index f0d70dafb3f..157afb3a78c 100644 --- a/doc/user/project/clusters/index.md +++ b/doc/user/project/clusters/index.md @@ -406,6 +406,27 @@ 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) +### Uninstalling applications + +> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/60665) in +> GitLab 11.11. + +The applications below can be uninstalled. + +| Application | GitLab version | Notes | +| ----------- | -------------- | ----- | +| Prometheus | 11.11+ | All data will be deleted and cannot be restored. | + +To uninstall an application: + +1. Navigate to your project's **Operations > Kubernetes**. +1. Select your cluster. +1. Click the **Uninstall** button for the application. + +Support for uninstalling all applications will be progressively +introduced (see [related +epic](https://gitlab.com/groups/gitlab-org/-/epics/1201)). + ### Troubleshooting applications Applications can fail with the following error: |