File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ This is an example external provisioner for Kubernetes which provisions using CS
77# Build
88
99``` bash
10- make provisioner
10+ make csi- provisioner
1111```
1212
1313# Test
@@ -23,13 +23,13 @@ Run a local kubernetes cluster built from latest master code
2323Go to drivers and run:
2424
2525``` bash
26- _output /hostpathplugin --drivername mydriver --endpoint unix://tmp/csi.sock --nodeid foobar -v=5
26+ bin /hostpathplugin --drivername mydriver --endpoint unix://tmp/csi.sock --nodeid foobar -v=5
2727```
2828
2929### Start external provisioner
3030
3131``` bash
32- _output /csi-provisioner -kubeconfig /var/run/kubernetes/admin.kubeconfig -alsologtostderr -provisioner csi-flex
32+ bin /csi-provisioner -kubeconfig /var/run/kubernetes/admin.kubeconfig -alsologtostderr -provisioner csi-flex
3333```
3434
3535### Create Storage class, PVC, and Pod
You can’t perform that action at this time.
0 commit comments