Deploy storages class in kubernetes cluster
Find a file
2024-06-26 21:56:44 +02:00
bin Update code 2022-08-25 19:24:57 +02:00
defaults Update secret-store-azure plugin to version 1.5.3 2024-06-26 21:56:44 +02: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 Complete longhorn uninstall 2023-06-14 11:10:09 +02:00
templates Update longhorn to version 1.5.3 2023-11-18 10:00:43 +01:00
vars Big update af the role 2022-03-03 12:06:46 +01:00
.drone.status
.drone.yml
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