Custom Images
CSI drivers are now managed by the ceph-csi-operator. The admin configures CSI container images through an ImageSet ConfigMap that is referenced by the OperatorConfig CR. By default, Rook's Helm chart creates this ConfigMap with the latest stable versions. Commonly, there is no need to change the defaults. For scenarios that require custom images (e.g. downstream releases), edit the ImageSet ConfigMap directly.
The default upstream images are included below, which can be customized to the desired images.
When using Helm, the images are configured under the csi section of values.yaml (e.g. csi.cephcsi.repository, csi.cephcsi.tag) and are rendered into the ImageSet ConfigMap automatically.
Use default images¶
To use the default upstream images, leave the ImageSet ConfigMap unchanged or, for Helm installs, do not override any csi.* image values.
Verifying updates¶
Use the below command to see the CSI images currently being used in the cluster. Not all images may be present depending on which CSI features are enabled.
To inspect the ImageSet ConfigMap directly: