Skip to content

Commit 42b739f

Browse files
improved the taints and toleration
Update content/en/docs/concepts/scheduling-eviction/taint-and-toleration.md Co-authored-by: ZSC <[email protected]>
1 parent e705ab8 commit 42b739f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/scheduling-eviction/taint-and-toleration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ is a property of {{< glossary_tooltip text="Pods" term_id="pod" >}} that *attrac
1515
a set of {{< glossary_tooltip text="nodes" term_id="node" >}} (either as a preference or a
1616
hard requirement). _Taints_ are the opposite -- they allow a node to repel a set of pods.
1717

18-
_Tolerations_ are applied to pods, if it matches the Taints in any node it is scheduled, but it does not guarantee as scheduler has other paramters to decide.
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.
1919

2020
Taints and tolerations work together to ensure that pods are not scheduled
2121
onto inappropriate nodes. One or more taints are applied to a node; this

0 commit comments

Comments
 (0)