Skip to content
Snippets Groups Projects
Commit bfaee34c authored by Nicolas Bouche's avatar Nicolas Bouche
Browse files

Update kube-jupyterhub.md

parent 9e123601
No related branches found
No related tags found
No related merge requests found
...@@ -8,19 +8,21 @@ cp linux-amd64/helm /root/bin ...@@ -8,19 +8,21 @@ cp linux-amd64/helm /root/bin
--- ---
The default helm installed by magnum: The default helm installed by magnum:
```bash
echo $PATH echo $PATH
/root/.local/bin:/root/bin:/srv/magnum/bin:/srv/magnum/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/snapd/snap/bin /root/.local/bin:/root/bin:/srv/magnum/bin:/srv/magnum/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/snapd/snap/bin
/srv/magnum/bin/helm version /srv/magnum/bin/helm version
version.BuildInfo{Version:"v3.2.1", GitCommit:"fe51cd1e31e6a202cba7dead9552a6d418ded79a", GitTreeState:"clean", GoVersion:"go1.13.10"} version.BuildInfo{Version:"v3.2.1", GitCommit:"fe51cd1e31e6a202cba7dead9552a6d418ded79a", GitTreeState:"clean", GoVersion:"go1.13.10"}
```
The new installed helm in /root/bin The new installed helm in /root/bin
```bash
helm version helm version
version.BuildInfo{Version:"v3.5.0", GitCommit:"32c22239423b3b4ba6706d450bd044baffdcf9e6", GitTreeState:"clean", GoVersion:"go1.15.6"} version.BuildInfo{Version:"v3.5.0", GitCommit:"32c22239423b3b4ba6706d450bd044baffdcf9e6", GitTreeState:"clean", GoVersion:"go1.15.6"}
---
The creation of volumes required by kube app can achieved if : The creation of volumes required by kube app can achieved :
csi-cinder-controllerplugin + csi-cinder-nodeplugin pods are running if csi-cinder-controllerplugin + csi-cinder-nodeplugin pods are running
and if a dedicated storage class is created (storageclass.yaml) and if a dedicated storage class is created (storageclass.yaml)
``` ```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment