From 7c9629c63fccf0c234708fa8d3ed4c2af54ba0be Mon Sep 17 00:00:00 2001 From: johndmulhausen Date: Tue, 23 Feb 2016 15:09:43 -0800 Subject: [PATCH] Update production-pods.md --- v1.1/docs/user-guide/production-pods.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v1.1/docs/user-guide/production-pods.md b/v1.1/docs/user-guide/production-pods.md index 0f04e9f5e0..8a09b2f16c 100644 --- a/v1.1/docs/user-guide/production-pods.md +++ b/v1.1/docs/user-guide/production-pods.md @@ -328,7 +328,7 @@ spec: The message is recorded along with the other state of the last (i.e., most recent) termination: -```shell +```shell{% raw %} $ kubectl create -f ./pod.yaml pods/pod-w-message $ sleep 70 @@ -336,7 +336,7 @@ $ kubectl get pods/pod-w-message -o go-template="{{range .status.containerStatus Sleep expired $ kubectl get pods/pod-w-message -o go-template="{{range .status.containerStatuses}}{{.lastState.terminated.exitCode}}{{end}}" 0 -``` +{% endraw %}``` ## What's next?