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

Update kube-jupyterhub.md

parent 58550621
No related branches found
No related tags found
No related merge requests found
......@@ -20,16 +20,6 @@ version.BuildInfo{Version:"v3.5.0", GitCommit:"32c22239423b3b4ba6706d450bd044baf
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
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