eolab:crunchy_cloud:jupyterhub_setup:start
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| eolab:crunchy_cloud:jupyterhub_setup:start [2024/12/18 11:27] – removed - external edit (Unknown date) 127.0.0.1 | eolab:crunchy_cloud:jupyterhub_setup:start [2024/12/18 11:27] (current) – ↷ Page moved from jupyterhub_setup:start to eolab:crunchy_cloud:jupyterhub_setup:start jan.sonntag | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ===== Step by Step JupyterHub Setup ===== | ||
| + | |||
| + | This setup guide assumes that Kubernetes is already setup and configured on the system. Kubernetes setup guide can be found [[eolab: | ||
| + | |||
| + | 1. Make Helm aware of the JupyterHub Helm chart repository so you can install the JupyterHub chart from it without having to use a long URL name. | ||
| + | |||
| + | < | ||
| + | microk8s helm repo add jupyterhub https:// | ||
| + | microk8s helm repo update | ||
| + | </ | ||
| + | |||
| + | This should show output like: | ||
| + | < | ||
| + | Hang tight while we grab the latest from your chart repositories... | ||
| + | ...Skip local chart repository | ||
| + | ...Successfully got an update from the " | ||
| + | ...Successfully got an update from the " | ||
| + | Update Complete. ⎈ Happy Helming!⎈ | ||
| + | </ | ||
| + | |||
| + | 2. Now install the chart configured by your '' | ||
| + | |||
| + | < | ||
| + | helm upgrade --cleanup-on-fail \ | ||
| + | --install < | ||
| + | --namespace < | ||
| + | --create-namespace \ | ||
| + | --version=< | ||
| + | --values config.yaml | ||
| + | </ | ||
| + | |||
| + | where: | ||
| + | * ''< | ||
| + | * ''< | ||
| + | * This step may take a moment, during which time there will be no output to your terminal. JupyterHub is being installed in the background. | ||
| + | * If you get a '' | ||
| + | * In general, if something goes wrong with the install step, delete the Helm release by running '' | ||
| + | * If you're pulling from a large Docker image you may get a '' | ||
| + | * The '' | ||