Deploy storages class in kubernetes cluster
Find a file
Adrien Reslinger 6d35239db7
All checks were successful
continuous-integration/drone/push Build is passing
Enable longhorn backup
2022-05-17 16:57:24 +02:00
bin Add secrets store gopass provider 2021-12-16 22:40:36 +01:00
defaults Update secret-store to version v1.1.2 2022-04-01 08:22:08 +02:00
files Big update af the role 2022-03-03 12:06:46 +01:00
meta Add drone file 2020-05-31 23:55:37 +02:00
tasks Enable longhorn backup 2022-05-17 16:57:24 +02:00
templates Enable longhorn backup 2022-05-17 16:57:24 +02: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 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