Skip to content

Commit 16ae848

Browse files
committed
Link to 'Guaranteed' pods.
related to #32619
1 parent 49af2ea commit 16ae848

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,9 @@ respectively.
182182

183183
## General Guidelines
184184

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
187188
to be managed as part of kubernetes deployments. For example, `kubelet` should
188189
have its own control group and share `kube-reserved` resources with the
189190
container runtime. However, Kubelet cannot burst and use up all available Node

0 commit comments

Comments
 (0)