1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-07 00:48:01 +01:00

Configure taints in infra node MachineSet

This commit is contained in:
Michael Burke
2020-09-21 09:02:19 -04:00
committed by openshift-cherrypick-robot
parent ff66467c33
commit eb21424e97
9 changed files with 293 additions and 135 deletions

View File

@@ -7,7 +7,7 @@ toc::[]
Taints and tolerations allow the Node to control which Pods should (or should not) be scheduled on them.
Taints and tolerations allow the node to control which pods should (or should not) be scheduled on them.
// The following include statements pull in the module files that comprise
// the assembly. Include any combination of concept, procedure, or reference
@@ -18,7 +18,7 @@ include::modules/nodes-scheduler-taints-tolerations-about.adoc[leveloffset=+1]
include::modules/nodes-scheduler-taints-tolerations-adding.adoc[leveloffset=+1]
include::modules/nodes-scheduler-taints-tolerations-dedicating.adoc[leveloffset=+2]
include::modules/nodes-scheduler-taints-tolerations-adding-machineset.adoc[leveloffset=+2]
include::modules/nodes-scheduler-taints-tolerations-binding.adoc[leveloffset=+2]