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
This commit is contained in:
commit
9aa81c0a95
1 changed files with 21 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue