Deploy storages class in kubernetes cluster
Find a file
Adrien Reslinger b231db641a
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone Build encountered an error
Update lognhorn deployment
2022-11-09 09:58:11 +01:00
bin Update code 2022-08-25 19:24:57 +02:00
defaults Update local-path to version v0.0.23 2022-11-09 09:57:35 +01:00
files Big update af the role 2022-03-03 12:06:46 +01:00
meta Fix lint errors 2022-07-23 01:00:27 +02:00
tasks Update lognhorn deployment 2022-11-09 09:58:11 +01:00
templates Update lognhorn deployment 2022-11-09 09:58:11 +01:00
vars Big update af the role 2022-03-03 12:06:46 +01:00
.drone.status Add drone status file 2020-06-07 00:47:58 +02:00
.drone.yml Update drone pipeline 2020-06-21 23:02:33 +02:00
README.md Update code 2022-08-25 19:24:57 +02: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

For some idea, you can open this page