directpv
directpv copied to clipboard
Simple Kubernetes CSI driver for Direct Attached Storage :minidisc:
Hi, since GitOps is the preffered way for developing and deploying applications to k8s, our organization advocates packaging everything as a helm chart and deploying it via umbrella charts. Also...
- Implement ListVolumes and GetVolume controller RPCs - Introduce a new volume status condition - Abnormal to denote an abnormal volume - refer: https://github.com/kubernetes-csi/external-health-monitor Steps to test : - Start...
the images `quay.io/minio/livenessprobe` and `quay.io/minio/csi-node-driver-registrar` fail to start in my arm64 with the following error: ``` standard_init_linux.go:228: exec user process caused: exec format error ``` comparing the output of `docker...
the statefulset upgrades with "roll-out" upgrade strategy will roll-out the pods one by one. The pod won't start until the volumes are successfully mounted and necessary quotas are set on...
Signed-off-by: Bala.FA
Allow log levels to be changed post-installation
``` kubectl direct-csi serve ```
Run the below command ``` curl -s https://raw.githubusercontent.com/minio/directpv/master/install-script.sh | bash ```
Ref: https://github.com/kubernetes-csi/external-health-monitor