From 610c96bba7376af7035a7bd5a26a0e7d08adb223 Mon Sep 17 00:00:00 2001 From: XsWack Date: Thu, 1 Nov 2018 21:08:58 +0800 Subject: [PATCH] fix readme deploy snapshotter command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23edadfe3..8e1a037ae 100644 --- a/README.md +++ b/README.md @@ -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