We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ccf34c6 + da5d6be commit 700097cCopy full SHA for 700097c
docs/csi-dev.md
@@ -37,7 +37,7 @@ $ make build
37
#### Start CSI driver locally
38
```console
39
$ cd $GOPATH/src/github.com/kubernetes-csi/csi-driver-nfs
40
-$ ./_output/nfsplugin --endpoint tcp://127.0.0.1:10000 --nodeid CSINode -v=5 &
+$ ./bin/nfsplugin --endpoint unix:///tmp/csi.sock --nodeid CSINode -v=5 &
41
```
42
43
#### 0. Set environment variables
0 commit comments