Skip to content

Commit 6554ad4

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

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
@@ -65,7 +65,7 @@ tolerations:
6565
The default Kubernetes scheduler takes taints and tolerations into account when
6666
selecting a node to run a particular Pod. However, if you manually specify the
6767
`.spec.nodeName` for a Pod, that action bypasses the scheduler; the Pod is then
68-
bound onto on the node where you assigned it, even if there are `NoSchedule`
68+
bound onto 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
7171
eject the Pod unless there is an appropriate tolerance set.

0 commit comments

Comments
 (0)