Update kubectl_get.md

issue 81 ( {{ needs raw wrap )
This commit is contained in:
Rick
2016-05-19 14:05:47 -07:00
parent c791415c4c
commit 7666469d0b
+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