Merge pull request #49 from wackxu/patch-1

fix readme deploy snapshotter command
This commit is contained in:
k8s-ci-robot
2018-11-01 06:33:06 -07:00
committed by GitHub

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