Skip to content

Commit

Permalink
Add the description of Deploy ConfigMap for CSI plugins
Browse files Browse the repository at this point in the history
Signed-off-by: William Zhang <zhang.wanmin@zte.com.cn>
  • Loading branch information
warmchang authored and mergify[bot] committed Aug 8, 2019
1 parent 7c2fb61 commit 44e807c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/deploy-cephfs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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:**

```bash
Expand Down

0 comments on commit 44e807c

Please sign in to comment.