Skip to content

Instantly share code, notes, and snippets.

@KashifSaadat
Created January 24, 2018 12:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KashifSaadat/65dcf2e3184412327bf71f5daf10f831 to your computer and use it in GitHub Desktop.
Save KashifSaadat/65dcf2e3184412327bf71f5daf10f831 to your computer and use it in GitHub Desktop.
Supporting new AWS Availability Zones in kops - ETCD Member List (unstarted)
➜ ${ETCD_MAIN} member list -w table
+------------------+-----------+---------+--------------------------------------------------+--------------------------------------------------+
| ID | STATUS | NAME | PEER ADDRS | CLIENT ADDRS |
+------------------+-----------+---------+--------------------------------------------------+--------------------------------------------------+
| 2b3a90056d935bd9 | started | etcd-a2 | https://etcd-a2.internal.test.k8s.appvia.io:2380 | https://etcd-a2.internal.test.k8s.appvia.io:4001 |
| 356cb0ee3ba9d1f6 | unstarted | | https://etcd-c1.internal.test.k8s.appvia.io:2380 | |
| 3798da06fbf85375 | started | etcd-a1 | https://etcd-a1.internal.test.k8s.appvia.io:2380 | https://etcd-a1.internal.test.k8s.appvia.io:4001 |
| 4e65c79f2332a2ae | unstarted | | https://etcd-c2.internal.test.k8s.appvia.io:2380 | |
| 97301d649f2d174a | started | etcd-b2 | https://etcd-b2.internal.test.k8s.appvia.io:2380 | https://etcd-b2.internal.test.k8s.appvia.io:4001 |
| a461f007fcc26a47 | started | etcd-a3 | https://etcd-a3.internal.test.k8s.appvia.io:2380 | https://etcd-a3.internal.test.k8s.appvia.io:4001 |
| ffd78238c0866a4e | started | etcd-b1 | https://etcd-b1.internal.test.k8s.appvia.io:2380 | https://etcd-b1.internal.test.k8s.appvia.io:4001 |
+------------------+-----------+---------+--------------------------------------------------+--------------------------------------------------+
➜ ${ETCD_EVENTS} member list -w table
+------------------+-----------+----------------+---------------------------------------------------------+---------------------------------------------------------+
| ID | STATUS | NAME | PEER ADDRS | CLIENT ADDRS |
+------------------+-----------+----------------+---------------------------------------------------------+---------------------------------------------------------+
| 51097282ac1778b | started | etcd-events-b1 | https://etcd-events-b1.internal.test.k8s.appvia.io:2381 | https://etcd-events-b1.internal.test.k8s.appvia.io:4002 |
| 9ad0db9961cbfd2 | started | etcd-events-a1 | https://etcd-events-a1.internal.test.k8s.appvia.io:2381 | https://etcd-events-a1.internal.test.k8s.appvia.io:4002 |
| 8ad5887d0f0b9eb1 | started | etcd-events-a2 | https://etcd-events-a2.internal.test.k8s.appvia.io:2381 | https://etcd-events-a2.internal.test.k8s.appvia.io:4002 |
| a0254d7637927973 | started | etcd-events-a3 | https://etcd-events-a3.internal.test.k8s.appvia.io:2381 | https://etcd-events-a3.internal.test.k8s.appvia.io:4002 |
| de67c45c59dc7476 | unstarted | | https://etcd-events-c2.internal.test.k8s.appvia.io:2381 | |
| e6057a28dc215689 | started | etcd-events-b2 | https://etcd-events-b2.internal.test.k8s.appvia.io:2381 | https://etcd-events-b2.internal.test.k8s.appvia.io:4002 |
| fa29d33b3e164931 | unstarted | | https://etcd-events-c1.internal.test.k8s.appvia.io:2381 | |
+------------------+-----------+----------------+---------------------------------------------------------+---------------------------------------------------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment