From edb999f22785f5d5d4a932aad9a88d9e4486cc88 Mon Sep 17 00:00:00 2001 From: XsWack Date: Sat, 19 Aug 2017 11:24:21 +0800 Subject: [PATCH] Update determine-reason-pod-failure.md format the command line --- .../debug-application-cluster/determine-reason-pod-failure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks/debug-application-cluster/determine-reason-pod-failure.md b/docs/tasks/debug-application-cluster/determine-reason-pod-failure.md index 4b300c32dd..74dff233ef 100644 --- a/docs/tasks/debug-application-cluster/determine-reason-pod-failure.md +++ b/docs/tasks/debug-application-cluster/determine-reason-pod-failure.md @@ -72,7 +72,7 @@ the container starts. only the termination message: ``` -{% raw %} kubectl get pod termination-demo -o go-template="{{range .status.containerStatuses}}{{.lastState.terminated.message}}{{end}}"{% endraw %} +{% raw %} kubectl get pod termination-demo -o go-template="{{range .status.containerStatuses}}{{.lastState.terminated.message}}{{end}}"{% endraw %} ``` ## Setting the termination log file