Skip to content

Commit 2258bc2

Browse files
authored
Merge pull request #32637 from guettli/patch-4
Link to Guaranteed pods
2 parents 994f5c5 + 998d762 commit 2258bc2

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)