doc: add step to create ceph-conf cm to deploy plugin

Ceph-csi requires `ceph-config` configmap when deploying.
Add this step to `examples/README.md`.

Fixes: #2918

Signed-off-by: Rakshith R <rar@redhat.com>
This commit is contained in:
Rakshith R 2022-03-07 16:01:49 +05:30 committed by mergify[bot]
parent d236968bf9
commit dec74a534f

View File

@ -2,6 +2,12 @@
## Deploying Ceph-CSI services ## Deploying Ceph-CSI services
Create [ceph-config](./ceph-conf.yaml) configmap using the following command.
```bash
kubectl apply -f ./ceph-conf.yaml
```
Both `rbd` and `cephfs` directories contain `plugin-deploy.sh` and Both `rbd` and `cephfs` directories contain `plugin-deploy.sh` and
`plugin-teardown.sh` helper scripts. You can use those to help you `plugin-teardown.sh` helper scripts. You can use those to help you
deploy/teardown RBACs, sidecar containers and the plugin in one go. deploy/teardown RBACs, sidecar containers and the plugin in one go.