File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
content/en/docs/tasks/administer-cluster Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -182,8 +182,9 @@ respectively.
182
182
183
183
## General Guidelines
184
184
185
- System daemons are expected to be treated similar to 'Guaranteed' pods. System
186
- daemons can burst within their bounding control groups and this behavior needs
185
+ System daemons are expected to be treated similar to
186
+ [ Guaranteed pods] ( /docs/tasks/configure-pod-container/quality-service-pod/#create-a-pod-that-gets-assigned-a-qos-class-of-guaranteed ) .
187
+ System daemons can burst within their bounding control groups and this behavior needs
187
188
to be managed as part of kubernetes deployments. For example, ` kubelet ` should
188
189
have its own control group and share ` kube-reserved ` resources with the
189
190
container runtime. However, Kubelet cannot burst and use up all available Node
You can’t perform that action at this time.
0 commit comments