Skip to content

Commit d0496c7

Browse files
committed
[zh] Update resever-compute-resources.md
Signed-off-by: xin.li <[email protected]>
1 parent d4a878d commit d0496c7

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -351,16 +351,19 @@ respectively.
351351
<!--
352352
## General Guidelines
353353
354-
System daemons are expected to be treated similar to 'Guaranteed' pods. System
355-
daemons can burst within their bounding control groups and this behavior needs
354+
System daemons are expected to be treated similar to
355+
[Guaranteed pods](/docs/tasks/configure-pod-container/quality-service-pod/#create-a-pod-that-gets-assigned-a-qos-class-of-guaranteed).
356+
System daemons can burst within their bounding control groups and this behavior needs
356357
to be managed as part of kubernetes deployments. For example, `kubelet` should
357358
have its own control group and share `Kube-reserved` resources with the
358359
container runtime. However, Kubelet cannot burst and use up all available Node
359360
resources if `kube-reserved` is enforced.
360361
-->
361362
## 一般原则 {#general-guidelines}
362363

363-
系统守护进程一般会被按照类似 'Guaranteed' Pod 一样对待。
364+
系统守护进程一般会被按照类似
365+
[Guaranteed pods](/zh/docs/tasks/configure-pod-container/quality-service-pod/#create-a-pod-that-gets-assigned-a-qos-class-of-guaranteed)
366+
一样对待。
364367
系统守护进程可以在与其对应的控制组中出现突发资源用量,这一行为要作为
365368
kubernetes 部署的一部分进行管理。
366369
例如,`kubelet` 应该有它自己的控制组并和容器运行时共享 `Kube-reserved` 资源。

0 commit comments

Comments
 (0)