JupyterHub on Kubernetes (on-premises)[edit]

helm[edit]

Repository[edit]
helm repo add jupyterhub https://jupyterhub.github.io/helm-chart/
helm repo update
helm repo list
Install[edit]
helm upgrade --cleanup-on-fail --install jhub jupyterhub/jupyterhub --namespace k8sns --create-namespace --version=1.1.3 --values config.yaml
Upgrade[edit]
helm upgrade --cleanup-on-fail jhub jupyterhub/jupyterhub --namespace k8sns --version=1.1.3 --values config.yaml
config.yaml[edit]

Volume[edit]

Install[edit]
helm upgrade --cleanup-on-fail  --install jhub jupyterhub/jupyterhub --namespace k8sns --create-namespace --version=1.1.3 --values config.yaml
Upgrade[edit]
helm upgrade --cleanup-on-fail jhub jupyterhub/jupyterhub -n k8sns  --version=1.1.3 --values config.yaml^C
StorageClass[edit]
PersistentVolume[edit]
PersistentVolumeClaim[edit]
削除[edit]

トップ   編集 凍結 差分 履歴 添付 複製 名前変更 リロード   新規 ページ一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2024-12-28 (土) 17:07:37