mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-17 20:00:23 +00:00
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:
parent
d236968bf9
commit
dec74a534f
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user