Created
July 29, 2021 14:16
-
-
Save kerin/4eb8a99a9694e37cc3937711eb715d1b to your computer and use it in GitHub Desktop.
jupyter on k8s helm commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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