Created
June 17, 2015 01:05
-
-
Save kelseyhightower/3a279a45e28a0c6ff1d0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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