This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| tips:jupyterhub [2020/10/06 08:35] – created scipio | tips:jupyterhub [2020/10/06 09:26] (current) – igor | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| * http:// | * http:// | ||
| - | * http:// | + | * http:// |
| + | ====== Cluster ====== | ||
| + | Il cluster kubernetes (che si appoggia su [[https:// | ||
| + | |||
| + | < | ||
| + | # laboratorio kubernetes | ||
| + | * 10.45.206.67 rancher-console | ||
| + | * 10.45.206.91 master-01 | ||
| + | * 10.45.206.75 master-02 | ||
| + | * 10.45.206.78 master-03 | ||
| + | * 10.45.206.80 worker-01 | ||
| + | * 10.45.206.69 worker-02 | ||
| + | * 10.45.206.70 worker-03 | ||
| + | </ | ||
| + | |||
| + | ===== Configurazione JupyterHub ===== | ||
| + | |||
| + | Accedere con '' | ||
| + | |||
| + | Editare il file config.yaml per modificare le impostazioni e poi eseguire il comando: | ||
| + | |||
| + | <code bash> | ||
| + | helm upgrade --install $RELEASE jupyterhub/ | ||
| + | </ | ||
| + | |||
| + | dove '' | ||