Skip to content

Commit

Permalink
Merge pull request #49 from wackxu/patch-1
Browse files Browse the repository at this point in the history
fix readme deploy snapshotter command
  • Loading branch information
k8s-ci-robot authored Nov 1, 2018
2 parents e36d31f + 610c96b commit 608b686
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 608b686

Please sign in to comment.