mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +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 6258c36b73
)
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…
Reference in New Issue
Block a user