Skip to content

Commit 05da38f

Browse files
philpepchenopis
authored andcommitted
Drop {% raw %} block in manage-compute-resources-container (#9428)
This was breaking rendering the end of the page.
1 parent ddf1e9c commit 05da38f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/concepts/configuration/manage-compute-resources-container.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -298,9 +298,9 @@ You can call `kubectl get pod` with the `-o go-template=...` option to fetch the
298298
of previously terminated Containers:
299299

300300
```shell
301-
{% raw %}[13:59:01] $ kubectl get pod -o go-template='{{range.status.containerStatuses}}{{"Container Name: "}}{{.name}}{{"\r\nLastState: "}}{{.lastState}}{{end}}' simmemleak-hra99
301+
[13:59:01] $ kubectl get pod -o go-template='{{range.status.containerStatuses}}{{"Container Name: "}}{{.name}}{{"\r\nLastState: "}}{{.lastState}}{{end}}' simmemleak-hra99
302302
Container Name: simmemleak
303-
LastState: map[terminated:map[exitCode:137 reason:OOM Killed startedAt:2015-07-07T20:58:43Z finishedAt:2015-07-07T20:58:43Z containerID:docker://0e4095bba1feccdfe7ef9fb6ebffe972b4b14285d5acdec6f0d3ae8a22fad8b2]]{% endraw %}
303+
LastState: map[terminated:map[exitCode:137 reason:OOM Killed startedAt:2015-07-07T20:58:43Z finishedAt:2015-07-07T20:58:43Z containerID:docker://0e4095bba1feccdfe7ef9fb6ebffe972b4b14285d5acdec6f0d3ae8a22fad8b2]]
304304
```
305305

306306
You can see that the Container was terminated because of `reason:OOM Killed`,

0 commit comments

Comments
 (0)