From f74837bec646218eca9f46c8f05025c2dc456798 Mon Sep 17 00:00:00 2001 From: Qiming Teng Date: Thu, 21 Jan 2021 13:21:24 +0800 Subject: [PATCH] [zh] Resync kubelet reference --- .../command-line-tools-reference/kubelet.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/content/zh/docs/reference/command-line-tools-reference/kubelet.md b/content/zh/docs/reference/command-line-tools-reference/kubelet.md index 3c9e13c305..32daddda68 100644 --- a/content/zh/docs/reference/command-line-tools-reference/kubelet.md +++ b/content/zh/docs/reference/command-line-tools-reference/kubelet.md @@ -691,10 +691,11 @@ If > `0`, limit event creations per second to this value. If `0`, unlimited. 触发 Pod 驱逐操作的一组硬性门限(例如:memory.available<1Gi -(内存可用值小于 1 G))设置。 +(内存可用值小于 1 G))设置。在 Linux 节点上,默认值还包括 +nodefs.inodesFree<5%。 已弃用:应在 --config 所给的配置文件中进行设置。 (进一步了解) @@ -1375,12 +1376,12 @@ QPS to use while talking with kubernetes apiserver. (DEPRECATED: This parameter kubernetes 系统预留的资源配置,以一组 资源名称=资源数量 格式表示。 -(例如:cpu=200m,memory=500Mi,ephemeral-storage=1Gi)。 +(例如:cpu=200m,memory=500Mi,ephemeral-storage=1Gi,pid='100')。 当前支持 cpumemory 和用于根文件系统的 ephemeral-storage。 -请参阅相关文档获取更多信息。 +请参阅相关文档获取更多信息。 已弃用:应在 --config 所给的配置文件中进行设置。 (进一步了解) @@ -2282,13 +2283,13 @@ Optional absolute name of cgroups in which to place all non-kernel processes tha 系统预留的资源配置,以一组 资源名称=资源数量 的格式表示, -(例如:cpu=200m,memory=500Mi,ephemeral-storage=1Gi)。 +(例如:cpu=200m,memory=500Mi,ephemeral-storage=1Gi,pid='100')。 目前仅支持 cpumemory 的设置。 更多细节可参考 -相关文档。 +相关文档。 已弃用:应在 --config 所给的配置文件中进行设置。 (进一步了解