You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/concepts/scheduling-eviction/taint-and-toleration.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,7 @@ is a property of {{< glossary_tooltip text="Pods" term_id="pod" >}} that *attrac
15
15
a set of {{< glossary_tooltip text="nodes" term_id="node" >}} (either as a preference or a
16
16
hard requirement). _Taints_ are the opposite -- they allow a node to repel a set of pods.
17
17
18
-
_Tolerations_ are applied to pods, and allow (but do not require) the pods to schedule
19
-
onto nodes with matching taints.
18
+
_Tolerations_ are applied to pods. Tolerations allow the scheduler to schedule pods with matching taints. Tolerations allow scheduling but don't guarantee scheduling: the scheduler also [evaluates other parameters](https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/) as part of its function.
20
19
21
20
Taints and tolerations work together to ensure that pods are not scheduled
22
21
onto inappropriate nodes. One or more taints are applied to a node; this
0 commit comments