Skip to content

Commit 24f0a51

Browse files
Update content/en/docs/concepts/scheduling-eviction/taint-and-toleration.md
Co-authored-by: Michael <[email protected]>
1 parent 41743ab commit 24f0a51

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,11 @@ 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.
318+
{{< 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.
322+
{{< /note >}}
319323

320324
## {{% heading "whatsnext" %}}
321325

0 commit comments

Comments
 (0)