From 79e7c6a3e20493cd33db82a2dba6250a8131f495 Mon Sep 17 00:00:00 2001 From: Satoru Takeuchi Date: Fri, 23 Oct 2020 01:53:34 +0000 Subject: [PATCH] doc: remove the description of provisioner statefulset Provisioners don't use StatefulSet anymore. Signed-off-by: Satoru Takeuchi --- docs/deploy-cephfs.md | 2 +- docs/deploy-rbd.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/deploy-cephfs.md b/docs/deploy-cephfs.md index 4e520bbc7..e05c301ef 100644 --- a/docs/deploy-cephfs.md +++ b/docs/deploy-cephfs.md @@ -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:** diff --git a/docs/deploy-rbd.md b/docs/deploy-rbd.md index e28f7c7dc..fa98596e0 100644 --- a/docs/deploy-rbd.md +++ b/docs/deploy-rbd.md @@ -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:**