Skip to content

Commit 1afdc66

Browse files
authored
Merge pull request #33348 from kinzhi/kinzhi63
[zh]Update content/zh/docs/concepts/configuration/manage-resources-containers.md
2 parents 4e5482f + b761b7d commit 1afdc66

File tree

3 files changed

+534
-4
lines changed

3 files changed

+534
-4
lines changed

content/zh/docs/concepts/configuration/manage-resources-containers.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -411,9 +411,9 @@ see the [Troubleshooting](#troubleshooting) section.
411411
The kubelet reports the resource usage of a Pod as part of the Pod
412412
[`status`](/docs/concepts/overview/working-with-objects/kubernetes-objects/#object-spec-and-status).
413413

414-
If optional [tools for monitoring](/docs/tasks/debug-application-cluster/resource-usage-monitoring/)
414+
If optional [tools for monitoring](/docs/tasks/debug/debug-cluster/resource-usage-monitoring/)
415415
are available in your cluster, then Pod resource usage can be retrieved either
416-
from the [Metrics API](/docs/tasks/debug-application-cluster/resource-metrics-pipeline/#the-metrics-api)
416+
from the [Metrics API](/docs/tasks/debug/debug-cluster/resource-metrics-pipeline/#metrics-api)
417417
directly or from your monitoring tools.
418418
-->
419419
## 监控计算和内存资源用量
@@ -422,8 +422,8 @@ kubelet 会将 Pod 的资源使用情况作为 Pod
422422
[`status`](/zh/docs/concepts/overview/working-with-objects/kubernetes-objects/#object-spec-and-status)
423423
的一部分来报告的。
424424

425-
如果为集群配置了可选的[监控工具](/zh/docs/tasks/debug-application-cluster/resource-usage-monitoring/),
426-
则可以直接从[指标 API](/zh/docs/tasks/debug-application-cluster/resource-metrics-pipeline/#the-metrics-api)
425+
如果为集群配置了可选的[监控工具](/zh/docs/tasks/debug/debug-cluster/resource-usage-monitoring/),
426+
则可以直接从[指标 API](/zh/docs/tasks/debug/debug-cluster/resource-metrics-pipeline/#metrics-api)
427427
或者监控工具获得 Pod 的资源使用情况。
428428

429429
<!--

0 commit comments

Comments
 (0)