Skip to content

Instantly share code, notes, and snippets.

@pablokbs
Created April 9, 2019 00:06
Show Gist options
  • Save pablokbs/cc166f7c39a43862ff2b40f20c1bedfe to your computer and use it in GitHub Desktop.
Save pablokbs/cc166f7c39a43862ff2b40f20c1bedfe to your computer and use it in GitHub Desktop.
etcd member list
$ 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