diff --git a/content/zh-cn/docs/concepts/configuration/manage-resources-containers.md b/content/zh-cn/docs/concepts/configuration/manage-resources-containers.md index 181f66f568..e64bc87cc1 100644 --- a/content/zh-cn/docs/concepts/configuration/manage-resources-containers.md +++ b/content/zh-cn/docs/concepts/configuration/manage-resources-containers.md @@ -415,7 +415,7 @@ directly or from your monitoring tools. ### 监控计算和内存资源用量 {#monitoring-compute-memory-resource-usage} kubelet 会将 Pod 的资源使用情况作为 Pod -[`status`](/zh-cn/docs/concepts/overview/working-with-objects/#object-spec-and-status). +[`status`](/zh-cn/docs/concepts/overview/working-with-objects/#object-spec-and-status) 的一部分来报告的。 如果为集群配置了可选的[监控工具](/zh-cn/docs/tasks/debug/debug-cluster/resource-usage-monitoring/), @@ -566,7 +566,6 @@ ephemeral storage. If you have a different configuration, then the kubelet does not apply resource limits for ephemeral local storage. --> - kubelet 能够度量其本地存储的用量。 实现度量机制的前提是你已使用本地临时存储所支持的配置之一对节点进行配置。