doc: update deployment doc for ceph.conf

updated cephfs and rbd deployment doc
to deploy the configmap that contains the
ceph.conf

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna 2021-08-26 10:58:48 +05:30 committed by mergify[bot]
parent 4dba4e3f6f
commit 43925477a5
2 changed files with 12 additions and 0 deletions

View File

@ -157,6 +157,12 @@ within the Ceph CSI plugin pods. To add a specific Ceph clusters configuration
details, refer to [Creating CSI configuration](../examples/README.md#creating-csi-configuration)
for more information.
**Deploy Ceph configuration ConfigMap for CSI pods:**
```bash
kubectl create -f ../example/ceph-config.yaml
```
**Deploy CSI sidecar containers:**
```bash

View File

@ -126,6 +126,12 @@ details, refer to [Creating CSI configuration for RBD based
provisioning](../examples/README.md#creating-csi-configuration-for-rbd-based-provisioning)
for more information.
**Deploy Ceph configuration ConfigMap for CSI pods:**
```bash
kubectl create -f ../example/ceph-config.yaml
```
**Deploy CSI sidecar containers:**
```bash