Skip to content

Commit 4233985

Browse files
authored
Merge pull request #48266 from xenolinux/memory-pressure
BZ2100717: Enhances documentation on automatically added node-taints
2 parents 4d5516f + 950fcca commit 4233985

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/nodes-scheduler-taints-tolerations-about.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,11 @@ To ensure backward compatibility, the daemon set controller automatically adds t
238238

239239
You can also add arbitrary tolerations to daemon sets.
240240

241+
[NOTE]
242+
====
243+
The control plane also adds the `node.kubernetes.io/memory-pressure` toleration on pods that have a QoS class. This is because Kubernetes manages pods in the `Guaranteed` or `Burstable` QoS classes. The new `BestEffort` pods do not get scheduled onto the affected node.
244+
====
245+
241246
[id="nodes-scheduler-taints-tolerations-about-taintBasedEvictions_{context}"]
242247
== Understanding evicting pods by condition (taint-based evictions)
243248

0 commit comments

Comments
 (0)