diff options
author | Thong Kuah <tkuah@gitlab.com> | 2019-08-05 10:14:32 +0000 |
---|---|---|
committer | Thong Kuah <tkuah@gitlab.com> | 2019-08-05 10:14:32 +0000 |
commit | 5f4eb3d5e5df0c5729e51bdd0236ce96d8d62000 (patch) | |
tree | c14cf6d946334795e6a826d33accc6a1f4ed3862 /doc | |
parent | 0aecf01438fcf44594211197f9a6d39227a97956 (diff) | |
parent | cfe8024e70ed45517311f1700f9e69a2f15d395e (diff) | |
download | gitlab-ce-5f4eb3d5e5df0c5729e51bdd0236ce96d8d62000.tar.gz |
Merge branch '60664-kubernetes-applications-uninstall-cert-manager' into 'master'
Resolve "Kubernetes > Applications > Uninstall Cert Manager"
See merge request gitlab-org/gitlab-ce!31166
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/clusters/applications.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/user/clusters/applications.md b/doc/user/clusters/applications.md index a29df76f4b7..c0106b2cb9e 100644 --- a/doc/user/clusters/applications.md +++ b/doc/user/clusters/applications.md @@ -252,6 +252,7 @@ The applications below can be uninstalled. | Application | GitLab version | Notes | | ----------- | -------------- | ----- | +| Cert-Manager | 12.2+ | The associated private key will be deleted and cannot be restored. Deployed applications will continue to use HTTPS, but certificates will not be renewed. Before uninstalling, you may wish to [back up your configuration](https://docs.cert-manager.io/en/latest/tasks/backup-restore-crds.html) or [revoke your certificates](https://letsencrypt.org/docs/revoking/) | | GitLab Runner | 12.2+ | Any running pipelines will be canceled. | | Helm | 12.2+ | The associated Tiller pod will be deleted and cannot be restored. | | Ingress | 12.1+ | The associated load balancer and IP will be deleted and cannot be restored. Furthermore, it can only be uninstalled if JupyterHub is not installed. | |