From 28fb41f012f7e567f9ddc5372fe660300ef8bfaa Mon Sep 17 00:00:00 2001 From: p_mx Date: Thu, 19 Jul 2018 07:48:48 +0800 Subject: [PATCH] fix-manage-compute-resources-container-view (#9402) * Fix typo in example script (#9381) Variable reference should be $ETCDHOSTS, not $ETCDHOST * fix html * add a space --- .../configuration/manage-compute-resources-container.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/en/docs/concepts/configuration/manage-compute-resources-container.md b/content/en/docs/concepts/configuration/manage-compute-resources-container.md index 3a3b40f1a3ea5..45d098b5e7893 100644 --- a/content/en/docs/concepts/configuration/manage-compute-resources-container.md +++ b/content/en/docs/concepts/configuration/manage-compute-resources-container.md @@ -303,8 +303,7 @@ 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]] ``` -You can see that the Container was terminated because of `reason:OOM Killed`, -where `OOM` stands for Out Of Memory. +You can see that the Container was terminated because of `reason:OOM Killed`, where `OOM` stands for Out Of Memory. ## Local ephemeral storage {{< feature-state state="beta" >}}