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:**