Merge pull request #540 from m8ryx/master

Update kubectl_get.md for escape issue 81
This commit is contained in:
johndmulhausen
2016-05-26 17:51:07 -07:00
+1 -1
View File
@@ -42,7 +42,7 @@ kubectl get -o json pod web-pod-13je7
kubectl get -f pod.yaml -o json
# Return only the phase value of the specified pod.
kubectl get -o template pod/web-pod-13je7 --template={{.status.phase}}
kubectl get -o template pod/web-pod-13je7 --template={% raw %}{{.status.phase}}{% endraw %}
# List all replication controllers and services together in ps output format.
kubectl get rc,services