doc: remove the description of provisioner statefulset

Provisioners don't use StatefulSet anymore.

Signed-off-by: Satoru Takeuchi <satoru.takeuchi@gmail.com>
This commit is contained in:
Satoru Takeuchi 2020-10-23 01:53:34 +00:00 committed by mergify[bot]
parent 7f8b7ec3d3
commit 79e7c6a3e2
2 changed files with 2 additions and 2 deletions

View File

@ -163,7 +163,7 @@ for more information.
kubectl create -f csi-cephfsplugin-provisioner.yaml
```
Deploys stateful set of provision which includes external-provisioner
Deploys deployment of provision which includes external-provisioner
,external-attacher for CSI CephFS.
**Deploy CSI CephFS driver:**

View File

@ -130,7 +130,7 @@ for more information.
kubectl create -f csi-rbdplugin-provisioner.yaml
```
Deploys stateful set of provision which includes external-provisioner
Deploys deployment of provision which includes external-provisioner
,external-attacher,csi-snapshotter sidecar containers and CSI RBD plugin.
**Deploy RBD CSI driver:**