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

Co-authored-by: Michael <haifeng.yao@daocloud.io>
pull/45384/head
Charles Uneze 2024-02-29 08:15:14 +01:00 committed by GitHub
parent 41743ab932
commit 24f0a51371
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 1 deletions

View File

@ -315,7 +315,11 @@ tolerations to all daemons, to prevent DaemonSets from breaking.
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.
{{< 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.
{{< /note >}}
## {{% heading "whatsnext" %}}