Skip to content

Commit

Permalink
doc: remove the description of provisioner statefulset
Browse files Browse the repository at this point in the history
Provisioners don't use StatefulSet anymore.

Signed-off-by: Satoru Takeuchi <satoru.takeuchi@gmail.com>
  • Loading branch information
satoru-takeuchi authored and mergify[bot] committed Oct 23, 2020
1 parent 7f8b7ec commit 79e7c6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/deploy-cephfs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**
Expand Down
2 changes: 1 addition & 1 deletion docs/deploy-rbd.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**
Expand Down

0 comments on commit 79e7c6a

Please sign in to comment.