From da5d6be4fedfea5c6991b3d228a8db45991144b7 Mon Sep 17 00:00:00 2001 From: jichangjun Date: Wed, 13 Apr 2022 22:18:42 +0800 Subject: [PATCH] doc: align the endpoint with environment variable used below to avoid confusing --- docs/csi-dev.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/csi-dev.md b/docs/csi-dev.md index 7cf07422..d52c9093 100644 --- a/docs/csi-dev.md +++ b/docs/csi-dev.md @@ -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