Skip to content

Instantly share code, notes, and snippets.

@kerin
Created July 29, 2021 14:16
Show Gist options
  • Save kerin/4eb8a99a9694e37cc3937711eb715d1b to your computer and use it in GitHub Desktop.
Save kerin/4eb8a99a9694e37cc3937711eb715d1b to your computer and use it in GitHub Desktop.
jupyter on k8s helm commands
$ helm repo add jupyterhub https://jupyterhub.github.io/helm-chart/
$ helm upgrade --cleanup-on-fail --install jupyterhub jupyterhub/jupyterhub --version=1.0.1 --values values.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment