Skip to content

OS-6225: Add CSI support to Kubernetes clusters

Ricardo Rocha requested to merge 6255magnumcsi into cern-queens

Add a new label 'kube_csi_enabled' controlling the configuration of the CSI provisioner and attacher. These are the basic sidecar containers required to have additional CSI drivers - but they do not include the configuration of any specific driver.

Additional feature gates are enabled - CSIPersistentVolume and MountPropagation, on apiserver, controller-manager and kubelet.

Merge request reports