We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5568cd2 commit 6554ad4Copy full SHA for 6554ad4
content/en/docs/concepts/scheduling-eviction/taint-and-toleration.md
@@ -65,7 +65,7 @@ tolerations:
65
The default Kubernetes scheduler takes taints and tolerations into account when
66
selecting a node to run a particular Pod. However, if you manually specify the
67
`.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`
+bound onto the node where you assigned it, even if there are `NoSchedule`
69
taints on that node that you selected.
70
If this happens and the node also has a `NoExecute` taint set, the kubelet will
71
eject the Pod unless there is an appropriate tolerance set.
0 commit comments