Skip to content

Instantly share code, notes, and snippets.

@kelseyhightower
Created June 17, 2015 01:05
Show Gist options
  • Save kelseyhightower/3a279a45e28a0c6ff1d0 to your computer and use it in GitHub Desktop.
Save kelseyhightower/3a279a45e28a0c6ff1d0 to your computer and use it in GitHub Desktop.
core@terminus ~ $ kubectl exec redis-17pna ls /foobar
foobar
core@terminus ~ $ kubectl exec redis-17pna cat /foobar/foobar
this works
core@terminus ~ $ sudo vim /var/lib/redis/data/foobar
core@terminus ~ $ kubectl exec redis-17pna cat /foobar/foobar
this works and so does this
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment