Update code
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
3159c8412d
commit
1a4944c994
10 changed files with 182 additions and 118 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue