diff --git a/docs/deploy-cephfs.md b/docs/deploy-cephfs.md index 78ad23bb7..833d604ca 100644 --- a/docs/deploy-cephfs.md +++ b/docs/deploy-cephfs.md @@ -157,6 +157,12 @@ within the Ceph CSI plugin pods. To add a specific Ceph clusters configuration details, refer to [Creating CSI configuration](../examples/README.md#creating-csi-configuration) for more information. +**Deploy Ceph configuration ConfigMap for CSI pods:** + +```bash +kubectl create -f ../example/ceph-config.yaml +``` + **Deploy CSI sidecar containers:** ```bash diff --git a/docs/deploy-rbd.md b/docs/deploy-rbd.md index b17996e15..b80a5aa28 100644 --- a/docs/deploy-rbd.md +++ b/docs/deploy-rbd.md @@ -126,6 +126,12 @@ details, refer to [Creating CSI configuration for RBD based provisioning](../examples/README.md#creating-csi-configuration-for-rbd-based-provisioning) for more information. +**Deploy Ceph configuration ConfigMap for CSI pods:** + +```bash +kubectl create -f ../example/ceph-config.yaml +``` + **Deploy CSI sidecar containers:** ```bash