From 15b9ef0a2a89a56937d6e63cba266a60fa5f8c9c Mon Sep 17 00:00:00 2001 From: "wei.wang" Date: Sun, 1 May 2022 18:11:00 +0800 Subject: [PATCH] [zh]Update content/zh/docs/concepts/configuration/manage-resources-containers.md Update content/zh/docs/concepts/configuration/manage-resources-containers.md Co-authored-by: Qiming Teng Update content/zh/docs/concepts/configuration/manage-resources-containers.md Co-authored-by: Qiming Teng Update content/zh/docs/concepts/configuration/manage-resources-containers.md Co-authored-by: Qiming Teng --- .../configuration/manage-resources-containers.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/content/zh/docs/concepts/configuration/manage-resources-containers.md b/content/zh/docs/concepts/configuration/manage-resources-containers.md index c3d69cef95..001ab761ef 100644 --- a/content/zh/docs/concepts/configuration/manage-resources-containers.md +++ b/content/zh/docs/concepts/configuration/manage-resources-containers.md @@ -92,15 +92,13 @@ runtimes can have different ways to implement the same restrictions. {{< note >}} -如果某容器设置了自己的内存限制但未设置内存请求,Kubernetes -自动为其设置与内存限制相匹配的请求值。类似的,如果某 Container 设置了 -CPU 限制值但未设置 CPU 请求值,则 Kubernetes 自动为其设置 CPU -请求并使之与 CPU 限制值匹配。 +如果你为某个资源指定了限制,但不指定请求, +并且没有应用准入时机制为该资源设置默认请求, +然后 Kubernetes 复制你所指定的限制值,将其用作资源的请求值。 {{< /note >}}