mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-14 08:48:58 +03:00
07 bootstrapping etcd fix etcdctl member cmd
delete '3 ' from command
This commit is contained in:
committed by
GitHub
parent
4ca7c45046
commit
2fd753515c
@@ -114,7 +114,7 @@ sudo systemctl start etcd
|
|||||||
List the etcd cluster members:
|
List the etcd cluster members:
|
||||||
|
|
||||||
```
|
```
|
||||||
ETCDCTL_API=3 etcdctl member list
|
ETCDCTL_API=etcdctl member list
|
||||||
```
|
```
|
||||||
|
|
||||||
> output
|
> output
|
||||||
|
|||||||
Reference in New Issue
Block a user