From 6258c36b73634e5a46dca55c882c3cdf6d6c1fe4 Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Tue, 1 Nov 2022 09:07:15 +0100 Subject: [PATCH] doc: add missing csidriver creation Add missing csidriver object creation steps from cephfs and rbd deployment guide. fixes: #3476 Signed-off-by: Madhu Rajanna --- docs/deploy-cephfs.md | 6 ++++++ docs/deploy-rbd.md | 6 ++++++ 2 files changed, 12 insertions(+) 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