Skip to content

Commit 5db8835

Browse files
authored
Update manage-compute-resources-container.md
Fix formatting that is thrown off by starting at "```shell{% raw %}"
1 parent de59a85 commit 5db8835

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -296,8 +296,8 @@ Container in the Pod was terminated and restarted five times.
296296
You can call `kubectl get pod` with the `-o go-template=...` option to fetch the status
297297
of previously terminated Containers:
298298

299-
```shell{% raw %}
300-
[13:59:01] $ kubectl get pod -o go-template='{{range.status.containerStatuses}}{{"Container Name: "}}{{.name}}{{"\r\nLastState: "}}{{.lastState}}{{end}}' simmemleak-hra99
299+
```shell
300+
{% raw %}[13:59:01] $ kubectl get pod -o go-template='{{range.status.containerStatuses}}{{"Container Name: "}}{{.name}}{{"\r\nLastState: "}}{{.lastState}}{{end}}' simmemleak-hra99
301301
Container Name: simmemleak
302302
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 %}
303303
```
@@ -541,4 +541,4 @@ consistency across providers and platforms.
541541

542542
* [ResourceRequirements](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#resourcerequirements-v1-core)
543543

544-
{{% /capture %}}
544+
{{% /capture %}}

0 commit comments

Comments
 (0)