From 45f0aee33a4292fcf94046c9df8c23995ac58c28 Mon Sep 17 00:00:00 2001 From: jianglingxia Date: Sat, 14 Oct 2017 04:26:55 +0800 Subject: [PATCH] fix error pod name (#5899) --- .../configuration/manage-compute-resources-container.md | 2 +- docs/concepts/configuration/overview.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/concepts/configuration/manage-compute-resources-container.md b/docs/concepts/configuration/manage-compute-resources-container.md index 43d7f619c6..52a19e9ade 100644 --- a/docs/concepts/configuration/manage-compute-resources-container.md +++ b/docs/concepts/configuration/manage-compute-resources-container.md @@ -295,7 +295,7 @@ You can call `kubectl get pod` with the `-o go-template=...` option to fetch the of previously terminated Containers: ```shell{% raw %} -[13:59:01] $ kubectl get pod -o go-template='{{range.status.containerStatuses}}{{"Container Name: "}}{{.name}}{{"\r\nLastState: "}}{{.lastState}}{{end}}' simmemleak-60xbc +[13:59:01] $ kubectl get pod -o go-template='{{range.status.containerStatuses}}{{"Container Name: "}}{{.name}}{{"\r\nLastState: "}}{{.lastState}}{{end}}' simmemleak-hra99 Container Name: simmemleak 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 %} ``` diff --git a/docs/concepts/configuration/overview.md b/docs/concepts/configuration/overview.md index 67eb2d45e5..f9151eca8c 100644 --- a/docs/concepts/configuration/overview.md +++ b/docs/concepts/configuration/overview.md @@ -5,7 +5,7 @@ title: Configuration Best Practices --- {% capture overview %} -This document highlights and consolidates configuration best practices that are introduced throughout the user-guide, getting-started documentation, and examples. +This document highlights and consolidates configuration best practices that are introduced throughout the user-guide, getting-started documentation and examples. This is a living document. If you think of something that is not on this list but might be useful to others, please don't hesitate to file an issue or submit a PR. {% endcapture %}