From 40c693e91020ab9023463a3956d766ae2a34dfd7 Mon Sep 17 00:00:00 2001 From: Nicolas Bouche <nicolas.bouche@telecom-paris.fr> Date: Thu, 19 Dec 2024 12:21:53 +0000 Subject: [PATCH] Update kube-jupyterhub.md --- kube-jupyterhub.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/kube-jupyterhub.md b/kube-jupyterhub.md index 3a595ca..d9641a1 100644 --- a/kube-jupyterhub.md +++ b/kube-jupyterhub.md @@ -18,6 +18,18 @@ The new installed helm in /root/bin helm version 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 : +csi-cinder-controllerplugin + csi-cinder-nodeplugin pods are running +and if a dedicated storage class is created + +cat storageclass.yaml +apiVersion: storage.k8s.io/v1 +kind: StorageClass +metadata: + name: csi-sc-cinderplugin +parameters: + type: __DEFAULT__ +provisioner: cinder.csi.openstack.org ``` \ No newline at end of file -- GitLab