Skip to content

Commit 0d171a1

Browse files
authored
Merge pull request #32891 from mengjiao-liu/fix_missing_links_zh
[zh]Fix missing links
2 parents b86f126 + 758c357 commit 0d171a1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

content/zh/docs/concepts/security/pod-security-standards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,7 @@ in the Pod manifest, and represent parameters to the container runtime.
884884
<!--
885885
Security profiles are control plane mechanisms to enforce specific settings in the Security Context,
886886
as well as other related parameters outside the Security Context. As of July 2021,
887-
[Pod Security Policies](/docs/concepts/profile/pod-security-profile/) are deprecated in favor of the
887+
[Pod Security Policies](/docs/concepts/security/pod-security-policy/) are deprecated in favor of the
888888
built-in [Pod Security Admission Controller](/docs/concepts/security/pod-security-admission/).
889889
890890
Other alternatives for enforcing security profiles are being developed in the Kubernetes

content/zh/docs/tasks/debug-application-cluster/resource-metrics-pipeline.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ both Linux and Windows kernels). The time window used to calculate CPU is shown
271271
in Metrics API.
272272
273273
To learn more about how Kubernetes allocates and measures CPU resources, see
274-
[meaning of CPU](/docs/concepts/configuration/manage-resources-container/#meaning-of-cpu).
274+
[meaning of CPU](/docs/concepts/configuration/manage-resources-containers/#meaning-of-cpu).
275275
-->
276276
## 度量资源用量 {#measuring-resource-usage}
277277

@@ -284,7 +284,7 @@ CPU 报告为以 cpu 为单位测量的平均核心使用率。在 Kubernetes
284284
用于计算 CPU 的时间窗口显示在 Metrics API 的窗口字段下。
285285

286286
要了解更多关于 Kubernetes 如何分配和测量 CPU 资源的信息,请参阅
287-
[CPU 的含义](/zh/docs/concepts/configuration/manage-resources-container/#meaning-of-cpu)
287+
[CPU 的含义](/zh/docs/concepts/configuration/manage-resources-containers/#meaning-of-cpu)
288288

289289
<!--
290290
### Memory
@@ -300,7 +300,7 @@ anonymous memory associated with the container in question. The working set metr
300300
includes some cached (file-backed) memory, because the host OS cannot always reclaim pages.
301301
302302
To learn more about how Kubernetes allocates and measures memory resources, see
303-
[meaning of memory](/docs/concepts/configuration/manage-resources-container/#meaning-of-memory).
303+
[meaning of memory](/docs/concepts/configuration/manage-resources-containers/#meaning-of-memory).
304304
-->
305305
### 内存 {#memory}
306306

@@ -313,7 +313,7 @@ Kubernetes 模型中,容器工作集是由容器运行时计算的与相关容
313313
工作集指标通常还包括一些缓存(文件支持)内存,因为主机操作系统不能总是回收页面。
314314

315315
要了解有关 Kubernetes 如何分配和测量内存资源的更多信息,
316-
请参阅[内存的含义](/zh/docs/concepts/configuration/manage-resources-container/#meaning-of-memory)
316+
请参阅[内存的含义](/zh/docs/concepts/configuration/manage-resources-containers/#meaning-of-memory)
317317

318318
<!--
319319
## Metrics Server

0 commit comments

Comments
 (0)