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>
This commit is contained in:
parent
7ca2468d80
commit
6258c36b73
@ -129,6 +129,12 @@ the Docker daemon of the cluster nodes must allow shared mounts.
|
|||||||
|
|
||||||
YAML manifests are located in `deploy/cephfs/kubernetes`.
|
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:**
|
**Deploy RBACs for sidecar containers and node plugins:**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
@ -98,6 +98,12 @@ the Docker daemon of the cluster nodes must allow shared mounts.
|
|||||||
|
|
||||||
YAML manifests are located in `deploy/rbd/kubernetes`.
|
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:**
|
**Deploy RBACs for sidecar containers and node plugins:**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
Reference in New Issue
Block a user