|
@@ -1,5 +1,17 @@
|
|
|
Ran:
|
|
|
|
|
|
+Quick version:
|
|
|
+
|
|
|
+```
|
|
|
+kubectl create namespace jhub
|
|
|
+kubectl apply -f storage.yaml
|
|
|
+helm upgrade --cleanup-on-fail --install jhub jupyterhub/jupyterhub --namespace jhub --create-namespace --version=2.0.0 --values config.yaml
|
|
|
+kubectl apply -f jhub-ingress.yaml
|
|
|
+```
|
|
|
+
|
|
|
+And the rest are old notes:
|
|
|
+
|
|
|
+
|
|
|
```
|
|
|
$ helm upgrade --cleanup-on-fail --install jhub jupyterhub/jupyterhub --namespace jhub --create-namespace --version=2.0.0 --values config.yaml
|
|
|
Release "jhub" does not exist. Installing it now.
|