Skip to content

Instantly share code, notes, and snippets.

@mingderwang
Created August 12, 2014 09:03
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 mingderwang/b902d8154eca47802297 to your computer and use it in GitHub Desktop.
Save mingderwang/b902d8154eca47802297 to your computer and use it in GitHub Desktop.
etcd running on coreOS in AWS EC2
core@ip-172-31-29-164 ~ $ etd
-bash: etd: command not found
core@ip-172-31-29-164 ~ $ etcd
[etcd] Aug 12 09:02:15.480 WARNING | Using the directory ip-172-31-29-164.etcd as the etcd curation directory because a directory was not specified.
[etcd] Aug 12 09:02:15.481 INFO | ip-172-31-29-164: state changed from 'stopped' to 'follower'.
[etcd] Aug 12 09:02:15.481 INFO | ip-172-31-29-164: state changed from 'follower' to 'leader'.
[etcd] Aug 12 09:02:15.482 INFO | ip-172-31-29-164: leader changed from '' to 'ip-172-31-29-164'.
[etcd] Aug 12 09:02:15.486 INFO | etcd server [name ip-172-31-29-164, listen on [::]:4001, advertised url http://127.0.0.1:4001]
[etcd] Aug 12 09:02:15.488 INFO | peer server [name ip-172-31-29-164, listen on [::]:7001, advertised url http://127.0.0.1:7001]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment