Files
website/docs
Scott Stensland 4c4dd13f36 I fixed typo on command line
If you actually issue these commands you will see the error I am fixing

old :    kubectl get pods/original -o yaml > /tmp/current.yaml
           Error from server: pods "original" not found

new :  kubectl get pods/foo -o yaml > /tmp/current.yaml

previously the pod name was wrong
2016-07-20 14:30:50 -04:00
..
2016-06-26 00:29:02 -07:00
2016-07-20 14:30:50 -04:00
2016-03-11 16:35:13 +00:00
2016-05-22 16:00:45 -07:00
2016-07-12 19:13:07 +02:00
2016-03-11 08:05:18 +00:00