Update documentation
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Adrien Reslinger 2021-11-09 08:33:23 +01:00
parent d5e57c2fac
commit 53b703819c
Signed by: adrien
GPG key ID: DA7B27055C66D6DE

View file

@ -3,3 +3,6 @@
# ansible-role-k8s-storage
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