Skip to content

Commit 3a643c5

Browse files
Update taint-and-toleration.md
1 parent 24f0a51 commit 3a643c5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -316,9 +316,7 @@ Adding these tolerations ensures backward compatibility. You can also add
316316
arbitrary tolerations to DaemonSets.
317317

318318
{{< note >}}
319-
If you manually schedule a pod by defining a node name in your workload yaml spec
320-
file like a pod, deployments, etc. it will override the usual scheduling mechanism,
321-
hence, bypassing the taint.
319+
If the `nodeName` for a Pod manifest is manually specified, the scheduler will assign the Pod to the node specified, regardless of any taints or tolerations.
322320
{{< /note >}}
323321

324322
## {{% heading "whatsnext" %}}

0 commit comments

Comments
 (0)