2024-08-24 12:01:44 +02:00
|
|
|
# Installation
|
|
|
|
`helm repo add jupyterhub https://hub.jupyter.org/helm-chart/`
|
2024-08-24 12:03:20 +02:00
|
|
|
|
2024-08-24 12:01:44 +02:00
|
|
|
`helm repo update`
|
2024-08-24 12:03:20 +02:00
|
|
|
|
2024-08-24 12:01:44 +02:00
|
|
|
```
|
|
|
|
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
|
|
|
|
```
|