You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/concepts/configuration/manage-compute-resources-container.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -296,8 +296,8 @@ Container in the Pod was terminated and restarted five times.
296
296
You can call `kubectl get pod` with the `-o go-template=...` option to fetch the status
297
297
of previously terminated Containers:
298
298
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
0 commit comments