summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoão Cunha <j.a.cunha@gmail.com>2019-06-27 19:52:23 +0100
committerMayra Cabrera <mcabrera@gitlab.com>2019-07-01 07:53:32 -0500
commitc7dc1301a6029252fe04d026c81ca9caa0abc665 (patch)
tree9c8ff428e0a04833aa0c2f506a616dc397ff1828
parentfa9d720dc84d8cda8800e1de6bc0c698fa123003 (diff)
downloadgitlab-ce-feature/uninstall_jupyter_hub_app.tar.gz
Updates documentation about uninstallable appsfeature/uninstall_jupyter_hub_app
-rw-r--r--doc/user/clusters/applications.md2
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
```
-