Update taint-and-toleration.md

This commit is contained in:
Charles Uneze 2024-03-08 23:57:50 +01:00 committed by GitHub
parent 24f0a51371
commit 3a643c5377
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

@ -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" %}}