diff --git a/docs/deploy-cephfs.md b/docs/deploy-cephfs.md index b79035dc6..4a60ef8d7 100644 --- a/docs/deploy-cephfs.md +++ b/docs/deploy-cephfs.md @@ -129,6 +129,12 @@ the Docker daemon of the cluster nodes must allow shared mounts. YAML manifests are located in `deploy/cephfs/kubernetes`. +**Create CSIDriver object:** + +```bash +kubectl create -f csidriver.yaml +``` + **Deploy RBACs for sidecar containers and node plugins:** ```bash diff --git a/docs/deploy-rbd.md b/docs/deploy-rbd.md index 3f2dc69bd..62dbfd527 100644 --- a/docs/deploy-rbd.md +++ b/docs/deploy-rbd.md @@ -98,6 +98,12 @@ the Docker daemon of the cluster nodes must allow shared mounts. YAML manifests are located in `deploy/rbd/kubernetes`. +**Create CSIDriver object:** + +```bash +kubectl create -f csidriver.yaml +``` + **Deploy RBACs for sidecar containers and node plugins:** ```bash