Fix ip addresses in member list output (#8091)
This commit is contained in:
committed by
zacharysarah
parent
be9e37e8d9
commit
e066d5fff7
@@ -108,8 +108,8 @@ Though etcd keeps unique member IDs internally, it is recommended to use a uniqu
|
||||
The following message is displayed:
|
||||
|
||||
8211f1d0f64f3269, started, member1, http://10.0.0.1:12380, http://10.0.0.1:2379
|
||||
91bc3c398fb3c146, started, member2, http://10.0.0.1:2380, http://10.0.0.2:2379
|
||||
fd422379fda50e48, started, member3, http://10.0.0.1:2380, http://10.0.0.3:2379
|
||||
91bc3c398fb3c146, started, member2, http://10.0.0.2:2380, http://10.0.0.2:2379
|
||||
fd422379fda50e48, started, member3, http://10.0.0.3:2380, http://10.0.0.3:2379
|
||||
|
||||
2. Remove the failed member:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user