diff options
author | João Cunha <j.a.cunha@gmail.com> | 2019-07-01 15:57:24 +0000 |
---|---|---|
committer | Mayra Cabrera <mcabrera@gitlab.com> | 2019-07-01 15:57:24 +0000 |
commit | 30ede575acd13f0bf76b78c081f52611d356a9bd (patch) | |
tree | 984088659b6862c9aacf2ca201cf2dd709fd711d /doc | |
parent | e1a6b9f9995b588191e0d7c026f2703216a01a4c (diff) | |
download | gitlab-ce-30ede575acd13f0bf76b78c081f52611d356a9bd.tar.gz |
Allow JupyterHub to be uninstalled
- enabled uninstallation
- give it a specific uninstall message
- ajust specs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/clusters/applications.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/clusters/applications.md b/doc/user/clusters/applications.md index b520c4fb579..f2516c6db0c 100644 --- a/doc/user/clusters/applications.md +++ b/doc/user/clusters/applications.md @@ -251,6 +251,7 @@ The applications below can be uninstalled. | Application | GitLab version | Notes | | ----------- | -------------- | ----- | +| JupyterHub | 12.1+ | All data not committed to GitLab will be deleted and cannot be restored. | | Prometheus | 11.11+ | All data will be deleted and cannot be restored. | To uninstall an application: @@ -287,4 +288,3 @@ To avoid installation errors: kubectl get secrets/tiller-secret -n gitlab-managed-apps -o "jsonpath={.data['ca\.crt']}" | base64 -d > b.pem diff a.pem b.pem ``` - |