k8s-csi-lvm
k8s-csi-lvm copied to clipboard
Kubernetes CSI drivers for LVM
Overview 
Kubernetes LVM CSI plugin is developed to manage local storage dynamically on kubernetes.
Deploy
- kube-apiserver must be launched with
--feature-gates=CSIPersistentVolume=true,MountPropagation=trueand--runtime-config=storage.k8s.io/v1alpha1=true - Exec
deploy/node.shon all nodes of kubernetes. - On master node, exec
kubectl create -f deploy/kubernetes
- If you need aware node lvm capacity when schedule, on master node, exec
deploy/capacity.shand when using lvm in pod add requests like following:
resources:
limits:
paas.com/lvm: 1Gi
Usage
See deploy/example
Troubleshooting
Please submit an issue at: Issues