mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-22 14:20:19 +00:00
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:
parent
4dba4e3f6f
commit
43925477a5
@ -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)
|
details, refer to [Creating CSI configuration](../examples/README.md#creating-csi-configuration)
|
||||||
for more information.
|
for more information.
|
||||||
|
|
||||||
|
**Deploy Ceph configuration ConfigMap for CSI pods:**
|
||||||
|
|
||||||
|
```bash
|
||||||
|
kubectl create -f ../example/ceph-config.yaml
|
||||||
|
```
|
||||||
|
|
||||||
**Deploy CSI sidecar containers:**
|
**Deploy CSI sidecar containers:**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
@ -126,6 +126,12 @@ details, refer to [Creating CSI configuration for RBD based
|
|||||||
provisioning](../examples/README.md#creating-csi-configuration-for-rbd-based-provisioning)
|
provisioning](../examples/README.md#creating-csi-configuration-for-rbd-based-provisioning)
|
||||||
for more information.
|
for more information.
|
||||||
|
|
||||||
|
**Deploy Ceph configuration ConfigMap for CSI pods:**
|
||||||
|
|
||||||
|
```bash
|
||||||
|
kubectl create -f ../example/ceph-config.yaml
|
||||||
|
```
|
||||||
|
|
||||||
**Deploy CSI sidecar containers:**
|
**Deploy CSI sidecar containers:**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
Reference in New Issue
Block a user