File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
content/zh/docs/tasks/administer-cluster Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -160,20 +160,21 @@ kubernetes 系统守护进程记述其资源预留值。
160
160
kubernetes 系统守护进程预留指定数量的进程 ID。
161
161
162
162
<!--
163
- To optionally enforce `kube-reserved` on system daemons, specify the parent
163
+ To optionally enforce `kube-reserved` on kubernetes system daemons, specify the parent
164
164
control group for kube daemons as the value for `--kube-reserved-cgroup` kubelet
165
165
flag.
166
166
167
167
It is recommended that the kubernetes system daemons are placed under a top
168
168
level control group (`runtime.slice` on systemd machines for example). Each
169
169
system daemon should ideally run within its own child control group. Refer to
170
- [this doc](https://git.k8s.io/community/contributors/design-proposals/node/node-allocatable.md#recommended-cgroups-setup)
170
+ [this
171
+ doc](https://git.k8s.io/community/contributors/design-proposals/node/node-allocatable.md#recommended-cgroups-setup)
171
172
for more details on recommended control group hierarchy.
172
173
173
174
Note that Kubelet **does not** create `--kube-reserved-cgroup` if it doesn't
174
175
exist. Kubelet will fail if an invalid cgroup is specified.
175
176
-->
176
- 要选择性地对系统守护进程上执行 ` kube-reserved ` 保护,需要把 kubelet 的
177
+ 要选择性地对 kubernetes 系统守护进程上执行 ` kube-reserved ` 保护,需要把 kubelet 的
177
178
` --kube-reserved-cgroup ` 标志的值设置为 kube 守护进程的父控制组。
178
179
179
180
推荐将 kubernetes 系统守护进程放置于顶级控制组之下(例如 systemd 机器上的
You can’t perform that action at this time.
0 commit comments