File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/zh/docs/tasks/administer-cluster Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ flag.
166
166
It is recommended that the kubernetes system daemons are placed under a top
167
167
level control group (`runtime.slice` on systemd machines for example). Each
168
168
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)
170
170
for more details on recommended control group hierarchy.
171
171
172
172
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.
179
179
` runtime.slice ` )。
180
180
理想情况下每个系统守护进程都应该在其自己的子控制组中运行。
181
181
请参考
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 ) ,
183
183
进一步了解关于推荐控制组层次结构的细节。
184
184
185
185
请注意,如果 ` --kube-reserved-cgroup ` 不存在,Kubelet 将 ** 不会** 创建它。
You can’t perform that action at this time.
0 commit comments