mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-03 04:16:42 +00:00
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 6258c36b73634e5a46dca55c882c3cdf6d6c1fe4)
This commit is contained in:
parent
c66fdd7c37
commit
3c1d302583
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user