doc: align the endpoint with environment variable used below to avoid confusing

This commit is contained in:
jichangjun 2022-04-13 22:18:42 +08:00
parent 2a27175b55
commit da5d6be4fe

View File

@ -37,7 +37,7 @@ $ make build
#### Start CSI driver locally
```console
$ cd $GOPATH/src/github.com/kubernetes-csi/csi-driver-nfs
$ ./_output/nfsplugin --endpoint tcp://127.0.0.1:10000 --nodeid CSINode -v=5 &
$ ./bin/nfsplugin --endpoint unix:///tmp/csi.sock --nodeid CSINode -v=5 &
```
#### 0. Set environment variables