mimir/install.md
2024-08-24 12:01:44 +02:00

420 B

Installation

helm repo add jupyterhub https://hub.jupyter.org/helm-chart/ helm repo update

helm upgrade --cleanup-on-fail \
  --install jupyterhub-mimir jupyterhub/jupyterhub \
  --namespace mimir \
  --create-namespace \
  --version=3.3.8 \
  --values config.yml

Mise à jour

helm upgrade jupyterhub-mimir jupyterhub/jupyterhub \
  --namespace mimir \
  --version=3.3.8 \
  --values config.yml