Skip to content

Commit 608b686

Browse files
authored
Merge pull request #49 from wackxu/patch-1
fix readme deploy snapshotter command
2 parents e36d31f + 610c96b commit 608b686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ $ csi-snapshotter -kubeconfig ~/.kube/config -v 5 -csi-address /run/csi/socket
4444
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.
4545

4646
```
47-
$ kubectl create deploy/kubernetes/statefulset.yaml
47+
$ kubectl create -f deploy/kubernetes/statefulset.yaml
4848
```
4949

5050
## Testing

0 commit comments

Comments
 (0)