Tags: minio/directpv
Tags
Adding SELinux Documentation (#900) ### Objective: When `resuming` or `suspending` a drive in an `OpenShift` cluster, we may encounter a `relabel` issue. Various solutions exist for this problem, but here I am documenting the one we believe to be the best approach. --------- Co-authored-by: Praveen raj Mani <[email protected]> Co-authored-by: Bala FA <[email protected]> Co-authored-by: Bala FA <[email protected]>
Upgrade sidecars to latest (#946) ```diff - - quay.io/minio/csi-node-driver-registrar:v2.11.1 - - quay.io/minio/csi-provisioner:v5.0.1 _(for Kubernetes >= v1.20)_ + - quay.io/minio/csi-node-driver-registrar:v2.12.0-0 + - quay.io/minio/csi-provisioner:v5.0.2-0 _(for Kubernetes >= v1.20)_ - quay.io/minio/csi-provisioner:v2.2.0-go1.18 _(for kubernetes < v1.20)_ - - quay.io/minio/livenessprobe:v2.13.1 - - quay.io/minio/csi-resizer:v1.11.2 + - quay.io/minio/livenessprobe:v2.14.0-0 + - quay.io/minio/csi-resizer:v1.12.0-0 ``` are the images updated
Fix size probe for invalid devices (#931) for any invalid (or) detached drives, size probe will fail with the following error ``` strconv.ParseUint: parsing "": invalid syntax ``` which prevents the directpv containers to start bonus: improve probe error messages
Fix size probe for invalid devices (#931) for any invalid (or) detached drives, size probe will fail with the following error ``` strconv.ParseUint: parsing "": invalid syntax ``` which prevents the directpv containers to start bonus: improve probe error messages
PreviousNext