Skip to content

Commit 41743ab

Browse files
Update taint-and-toleration.md
1 parent 14755da commit 41743ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,8 @@ tolerations to all daemons, to prevent DaemonSets from breaking.
315315
Adding these tolerations ensures backward compatibility. You can also add
316316
arbitrary tolerations to DaemonSets.
317317

318+
> **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.
319+
318320
## {{% heading "whatsnext" %}}
319321

320322
* Read about [Node-pressure Eviction](/docs/concepts/scheduling-eviction/node-pressure-eviction/)

0 commit comments

Comments
 (0)