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

Edit kube-jupyterhub.md

parent e532445e
No related branches found
No related tags found
No related merge requests found
......@@ -65,11 +65,11 @@ helm upgrade --cleanup-on-fail --install my-jupyter jupyterhub/jupyterhub --name
### Volume node affinity conflict
#List the nodes in your cluster, along with their labels:
List the nodes in your cluster, along with their labels:
```bash
kubectl get nodes --show-labels
```
#Modify the Cinder label
Modify the Cinder label
```bash
kubectl label nodes node-name topology.cinder.csi.openstack.org/zone=nova --overwrite
```
......
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