Skip to content

Commit 771e570

Browse files
authored
Merge pull request #32458 from my-git9/reserve-compute-resources
[zh] Update reserve-compute-resources.md
2 parents 71b9d08 + eb20f3a commit 771e570

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/zh/docs/tasks/administer-cluster/reserve-compute-resources.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ flag.
166166
It is recommended that the kubernetes system daemons are placed under a top
167167
level control group (`runtime.slice` on systemd machines for example). Each
168168
system daemon should ideally run within its own child control group. Refer to
169-
[the design proposal](https://git.k8s.io/community/contributors/design-proposals/node/node-allocatable.md#recommended-cgroups-setup)
169+
[the design proposal](https://git.k8s.io/design-proposals-archive/node/node-allocatable.md#recommended-cgroups-setup)
170170
for more details on recommended control group hierarchy.
171171
172172
Note that Kubelet **does not** create `--kube-reserved-cgroup` if it doesn't
@@ -179,7 +179,7 @@ exist. Kubelet will fail if an invalid cgroup is specified.
179179
`runtime.slice`)。
180180
理想情况下每个系统守护进程都应该在其自己的子控制组中运行。
181181
请参考
182-
[这个设计方案](https://git.k8s.io/community/contributors/design-proposals/node/node-allocatable.md#recommended-cgroups-setup)
182+
[这个设计方案](https://git.k8s.io/design-proposals-archive/node/node-allocatable.md#recommended-cgroups-setup)
183183
进一步了解关于推荐控制组层次结构的细节。
184184

185185
请注意,如果 `--kube-reserved-cgroup` 不存在,Kubelet 将 **不会** 创建它。

0 commit comments

Comments
 (0)