From cb9277f339d6e9bfa85e817dd85bbb0b09978a2b Mon Sep 17 00:00:00 2001 From: leonliao Date: Wed, 14 Dec 2016 11:53:48 +0800 Subject: [PATCH] Documentation: use port 2379 in local cluster guide The port in endpoints should be 2379, instead of 12379. --- Documentation/dev-guide/local_cluster.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/dev-guide/local_cluster.md b/Documentation/dev-guide/local_cluster.md index 5cf9a490c..cbd1f070a 100644 --- a/Documentation/dev-guide/local_cluster.md +++ b/Documentation/dev-guide/local_cluster.md @@ -45,7 +45,7 @@ To interact with the started cluster by using etcdctl: # use API version 3 $ export ETCDCTL_API=3 -$ etcdctl --write-out=table --endpoints=localhost:12379 member list +$ etcdctl --write-out=table --endpoints=localhost:2379 member list +------------------+---------+--------+------------------------+------------------------+ | ID | STATUS | NAME | PEER ADDRS | CLIENT ADDRS | +------------------+---------+--------+------------------------+------------------------+