Skip to content

Instantly share code, notes, and snippets.

@jarus
Created January 20, 2015 22:33
Show Gist options
  • Save jarus/43208b1b610eab1e8bb8 to your computer and use it in GitHub Desktop.
Save jarus/43208b1b610eab1e8bb8 to your computer and use it in GitHub Desktop.
core@core-01 ~ $ etcdctl set /nodes/fuu bar
bar
core@core-01 ~ $ etcdctl ls
/coreos.com
/nodes
core@core-01 ~ $ etcdctl get /nodes/fuu
Error: 100: Key not found (/nodes) [12386]
core@core-01 ~ $ etcdctl get /nodes
Error: 100: Key not found (/nodes) [12386]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment