Deploy storages class in kubernetes cluster
Find a file
2021-12-16 22:02:09 +01:00
bin Change Secrets Store deployment 2021-04-03 14:32:31 +02:00
defaults Update local-path version 2021-07-27 18:52:31 +02:00
files Update Linode CSI driver 2021-12-16 22:02:09 +01:00
meta
tasks Update lognhorn deployment 2021-10-03 17:47:59 +02:00
templates
vars Change Secrets Store deployment 2021-04-03 14:32:31 +02:00
.drone.status
.drone.yml
README.md Update documentation 2021-11-09 08:33:23 +01:00

Build Status

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