提交 3c45c088 创建 作者: 宋海霞's avatar 宋海霞

更新 setup_upgrade.md

上级 773365cf
# setup
[link](https://zero-to-jupyterhub.readthedocs.io/en/latest/jupyterhub/installation.html#install-jupyterhub)
helm repo add jupyterhub https://jupyterhub.github.io/helm-chart/
helm repo update
RELEASE=jhub
NAMESPACE=jhub
helm upgrade --cleanup-on-fail --install $RELEASE jupyterhub/jupyterhub --namespace $NAMESPACE --create-namespace --version=0.11.1 --values config.yaml --timeout=1000s --debug
# command
kubectl get pod --namespace jhub
kubectl get service --namespace jhub
kubectl describe service proxy-public --namespace jhub
# config
config.yaml
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论