Skip to content

Commit 700097c

Browse files
authored
Merge pull request #315 from CarlJi/doc_fix
doc: align the endpoint with environment variable used below to avoid confusing
2 parents ccf34c6 + da5d6be commit 700097c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/csi-dev.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $ make build
3737
#### Start CSI driver locally
3838
```console
3939
$ cd $GOPATH/src/github.com/kubernetes-csi/csi-driver-nfs
40-
$ ./_output/nfsplugin --endpoint tcp://127.0.0.1:10000 --nodeid CSINode -v=5 &
40+
$ ./bin/nfsplugin --endpoint unix:///tmp/csi.sock --nodeid CSINode -v=5 &
4141
```
4242

4343
#### 0. Set environment variables

0 commit comments

Comments
 (0)