Skip to content

Commit

Permalink
fix readme deploy snapshotter command
Browse files Browse the repository at this point in the history
  • Loading branch information
wackxu authored Nov 1, 2018
1 parent e36d31f commit 610c96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 610c96b

Please sign in to comment.