Created
April 9, 2019 00:06
-
-
Save pablokbs/cc166f7c39a43862ff2b40f20c1bedfe to your computer and use it in GitHub Desktop.
etcd member list
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ etcdctl member list | |
458f20d6c5b04c8d: name=etcd-0 peerURLs=http://10.80.2.189:2380 clientURLs=http://10.80.2.189:2379,https://10.80.2.189:4001 isLeader=false | |
8875e0feb2906bb6: name=etcd-1 peerURLs=http://10.80.4.241:2380 clientURLs=http://10.80.4.241:2379,https://10.80.4.241:4001 isLeader=true | |
b2b117ab5efe0c0d: name=etcd-2 peerURLs=http://10.80.2.97:2380 clientURLs=http://10.80.2.97:2379,https://10.80.2.97:4001 isLeader=false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment