doc: add missing csidriver creation

Add missing csidriver object creation
steps from cephfs and rbd deployment
guide.

fixes: #3476

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
(cherry picked from commit 6258c36b73)
This commit is contained in:
Madhu Rajanna 2022-11-01 09:07:15 +01:00 committed by mergify[bot]
parent c66fdd7c37
commit 3c1d302583
2 changed files with 12 additions and 0 deletions

View File

@ -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

View File

@ -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