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

Update kube-jupyterhub.md

parent 5db012f1
No related branches found
No related tags found
No related merge requests found
......@@ -57,4 +57,11 @@ kubectl label nodes node-name topology.cinder.csi.openstack.org/zone=nova --over
Check result
```bash
kubectl get nodes --show-labels -n your-name-space
```
### issue with container prefix: example cinder-csi-plugin in Caracal
```bash
kubectl -n kube-system delete -f /srv/magnum/kubernetes/manifests/cinder-csi.yaml
edit cinder-csi.yaml and change docker image path to : docker.io/k8scloudprovider/cinder-csi-plugin:v1.23.0
kubectl -n kube-system apply -f /srv/magnum/kubernetes/manifests/cinder-csi.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