Browse Source

Tried to re-add jupiterhub, but ... wtf?

Fred Damstra (Macbook 2015) 2 years ago
parent
commit
01b108d5df
1 changed files with 12 additions and 0 deletions
  1. 12 0
      Workloads/jupyterhub/readme.md

+ 12 - 0
Workloads/jupyterhub/readme.md

@@ -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.