Update code
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Adrien Reslinger 2022-08-25 19:24:57 +02:00
parent 3159c8412d
commit 1a4944c994
Signed by: adrien
GPG key ID: DA7B27055C66D6DE
10 changed files with 182 additions and 118 deletions

View file

@ -6,3 +6,5 @@ Deploy storage class to kubernetes cluster
for KUBENODE in node1 node2 node3; do kubectl --context my_context label node ${KUBENODE} node.longhorn.io/create-default-disk=config; kubectl --context my_context annotate node ${KUBENODE} node.longhorn.io/default-disks-config='[{"path":"/var/lib/longhorn","allowScheduling":true}]'; done
For some idea, you can open [this page](https://kubernetes-csi.github.io/docs/drivers.html)