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?