Skip to content

Instantly share code, notes, and snippets.

@kelseyhightower
Created March 18, 2015 22:49
Show Gist options
  • Save kelseyhightower/e345217863927ca8576b to your computer and use it in GitHub Desktop.
Save kelseyhightower/e345217863927ca8576b to your computer and use it in GitHub Desktop.
core@etcd2-testing-0 ~ $ etcdctl ls /
core@etcd2-testing-0 ~ $ etcdctl set foo bar
bar
core@etcd2-testing-0 ~ $ etcdctl ls /
/foo
core@etcd2-testing-0 ~ $ curl http://127.0.0.1:4001/version
{"releaseVersion":"0.4.7","internalVersion":"1"}core@etcd2-testing-0 ~ $ curl http://127.0.0.1:4001/version
{"releaseVersion":"2.0.5","internalVersion":"2"}core@etcd2-testing-0 ~ $ etcdctl ls /
/coreos.com
core@etcd2-testing-0 ~ $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment