Skip to content
Snippets Groups Projects
Commit 5924326e authored by Nicolas Bouche's avatar Nicolas Bouche
Browse files

Update kube-jupyterhub.md

parent 6008a9e6
No related branches found
No related tags found
No related merge requests found
......@@ -52,11 +52,15 @@ csi-sc-cinderplugin-dirty1 (default) cinder.csi.openstack.org Delete
### jupyterhub installation
```bash
helm repo add jupyterhub https://jupyterhub.github.io/helm-chart/
Fedora-CoreOS 35 + Bobcat
helm upgrade --cleanup-on-fail --install my-jupyter jupyterhub/jupyterhub --namespace jhub --create-namespace --version 3.3.7
Fedora-CoreOS 38 + Caracal
Fedora-CoreOS 35 + Bobcat or Fedora-CoreOS 38 + Caracal
helm upgrade --cleanup-on-fail --install my-jupyter jupyterhub/jupyterhub --namespace jhub --create-namespace --version 3.3.7
```
### jupyterhub installation with local user and https (`config-datascience.yaml`)
```bash
helm upgrade --cleanup-on-fail --install my-jupyter jupyterhub/jupyterhub --namespace jhub --create-namespace --version 3.3.7 -f config-datascience.yaml
```
### Volume node affinity conflict
```bash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment