Skip to content

Commit

Permalink
Update content/en/docs/concepts/scheduling-eviction/taint-and-tolerat…
Browse files Browse the repository at this point in the history
…ion.md

Co-authored-by: Ricardo Amaro <ricardoamaro@users.noreply.github.com>
  • Loading branch information
network-charles and ricardoamaro committed Apr 16, 2024
1 parent 5568cd2 commit 6554ad4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -65,7 +65,7 @@ tolerations:
The default Kubernetes scheduler takes taints and tolerations into account when
selecting a node to run a particular Pod. However, if you manually specify the
`.spec.nodeName` for a Pod, that action bypasses the scheduler; the Pod is then
bound onto on the node where you assigned it, even if there are `NoSchedule`
bound onto the node where you assigned it, even if there are `NoSchedule`
taints on that node that you selected.
If this happens and the node also has a `NoExecute` taint set, the kubelet will
eject the Pod unless there is an appropriate tolerance set.
Expand Down

0 comments on commit 6554ad4

Please sign in to comment.