File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
content/zh/docs/tasks/administer-cluster Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -351,16 +351,19 @@ respectively.
351
351
<!--
352
352
## General Guidelines
353
353
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
356
357
to be managed as part of kubernetes deployments. For example, `kubelet` should
357
358
have its own control group and share `Kube-reserved` resources with the
358
359
container runtime. However, Kubelet cannot burst and use up all available Node
359
360
resources if `kube-reserved` is enforced.
360
361
-->
361
362
## 一般原则 {#general-guidelines}
362
363
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
+ 一样对待。
364
367
系统守护进程可以在与其对应的控制组中出现突发资源用量,这一行为要作为
365
368
kubernetes 部署的一部分进行管理。
366
369
例如,` kubelet ` 应该有它自己的控制组并和容器运行时共享 ` Kube-reserved ` 资源。
You can’t perform that action at this time.
0 commit comments