mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-22 22:30:23 +00:00
Add the description of Deploy ConfigMap for CSI plugins
Signed-off-by: William Zhang <zhang.wanmin@zte.com.cn>
This commit is contained in:
parent
7c2fb6187a
commit
44e807c36b
@ -126,6 +126,17 @@ Those manifests deploy service accounts, cluster roles and cluster role
|
|||||||
bindings. These are shared for both RBD and CephFS CSI plugins, as they require
|
bindings. These are shared for both RBD and CephFS CSI plugins, as they require
|
||||||
the same permissions.
|
the same permissions.
|
||||||
|
|
||||||
|
**Deploy ConfigMap for CSI plugins:**
|
||||||
|
|
||||||
|
```bash
|
||||||
|
kubectl create -f csi-config-map.yaml
|
||||||
|
```
|
||||||
|
|
||||||
|
The configmap deploys an empty CSI configuration that is mounted as a volume
|
||||||
|
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 CSI sidecar containers:**
|
**Deploy CSI sidecar containers:**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
Reference in New Issue
Block a user