From 7666469d0b0696d1cd9333e207ed5022ae7722cc Mon Sep 17 00:00:00 2001 From: Rick Date: Thu, 19 May 2016 14:05:47 -0700 Subject: [PATCH] Update kubectl_get.md issue 81 ( {{ needs raw wrap ) --- docs/user-guide/kubectl/kubectl_get.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/kubectl/kubectl_get.md b/docs/user-guide/kubectl/kubectl_get.md index d389d36cc2..37f18f9cec 100644 --- a/docs/user-guide/kubectl/kubectl_get.md +++ b/docs/user-guide/kubectl/kubectl_get.md @@ -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