fix readme deploy snapshotter command

This commit is contained in:
XsWack
2018-11-01 21:08:58 +08:00
committed by GitHub
parent e36d31fe15
commit 610c96bba7

View File

@@ -44,7 +44,7 @@ $ csi-snapshotter -kubeconfig ~/.kube/config -v 5 -csi-address /run/csi/socket
It is necessary to create a new service account and give it enough privileges to run the snapshotter. We provide one omnipotent yaml file that creates everything that's necessary, however it should be split into multiple files in production.
```
$ kubectl create deploy/kubernetes/statefulset.yaml
$ kubectl create -f deploy/kubernetes/statefulset.yaml
```
## Testing