Skip to content

Instantly share code, notes, and snippets.

@KashifSaadat
Last active January 24, 2018 12:40
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/18c5d255d75c227ab5990bf3a2ab490f to your computer and use it in GitHub Desktop.
Save KashifSaadat/18c5d255d75c227ab5990bf3a2ab490f to your computer and use it in GitHub Desktop.
Supporting new AWS Availability Zones in kops - ETCD Endpoint Status
➜ ${ETCD_MAIN} endpoint status -w table
+------------------------+------------------+---------+---------+-----------+-----------+------------+
| ENDPOINT | ID | VERSION | DB SIZE | IS LEADER | RAFT TERM | RAFT INDEX |
+------------------------+------------------+---------+---------+-----------+-----------+------------+
| https://localhost:4001 | 3798da06fbf85375 | 3.0.17 | 3.7 MB | true | 57 | 67900 |
+------------------------+------------------+---------+---------+-----------+-----------+------------+
➜ ${ETCD_EVENTS} endpoint status -w table
+------------------------+------------------+---------+---------+-----------+-----------+------------+
| ENDPOINT | ID | VERSION | DB SIZE | IS LEADER | RAFT TERM | RAFT INDEX |
+------------------------+------------------+---------+---------+-----------+-----------+------------+
| https://localhost:4002 | a0254d7637927973 | 3.0.17 | 356 kB | false | 42 | 31182 |
+------------------------+------------------+---------+---------+-----------+-----------+------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment