Skip to content

Commit 5568cd2

Browse files
Update content/en/docs/concepts/scheduling-eviction/taint-and-toleration.md
Co-authored-by: Ricardo Amaro <[email protected]>
1 parent 566db9c commit 5568cd2

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
@@ -68,7 +68,7 @@ selecting a node to run a particular Pod. However, if you manually specify the
6868
bound onto on the node where you assigned it, even if there are `NoSchedule`
6969
taints on that node that you selected.
7070
If this happens and the node also has a `NoExecute` taint set, the kubelet will
71-
eject the Pod unless there is an appropriate toleration set.
71+
eject the Pod unless there is an appropriate tolerance set.
7272

7373
Here's an example of a pod that has some tolerations defined:
7474

0 commit comments

Comments
 (0)