Update taint-and-toleration.md
This commit is contained in:
parent
24f0a51371
commit
3a643c5377
|
|
@ -316,9 +316,7 @@ Adding these tolerations ensures backward compatibility. You can also add
|
|||
arbitrary tolerations to DaemonSets.
|
||||
|
||||
{{< note >}}
|
||||
If you manually schedule a pod by defining a node name in your workload yaml spec
|
||||
file like a pod, deployments, etc. it will override the usual scheduling mechanism,
|
||||
hence, bypassing the taint.
|
||||
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.
|
||||
{{< /note >}}
|
||||
|
||||
## {{% heading "whatsnext" %}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue