Skip to content

Commit 046be1c

Browse files
authored
Merge pull request #28501 from codyhoag/taint-infra-node-updates
BZ#1760675 Add steps for taint config when moving workloads to infra nodes
2 parents aa59d96 + e0c6782 commit 046be1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

machine_management/creating-infrastructure-machinesets.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ include::modules/machineset-creating.adoc[leveloffset=+2]
4747
[id="assigning-machineset-resources-to-infra-nodes"]
4848
== Assigning machine set resources to infrastructure nodes
4949

50-
After creating an infrastructure machine set, the `worker` and `infra` roles are applied to new infra nodes. The `worker` role is required for infra nodes during startup. Nodes with the `infra` role applied are not counted toward the total number of subscriptions that are required to run the environment, even when the `worker` role is also applied.
50+
After creating an infrastructure machine set, the `worker` and `infra` roles are applied to new infra nodes. Nodes with the `infra` role applied are not counted toward the total number of subscriptions that are required to run the environment, even when the `worker` role is also applied.
5151

52-
However, with an infra node being assigned as a worker, there is a chance user workloads could get inadvertently assigned to an infra node. To avoid this, you must apply a taint to the infra node and tolerations for the pods you want to control.
52+
However, with an infra node being assigned as a worker, there is a chance user workloads could get inadvertently assigned to an infra node. To avoid this, you can apply a taint to the infra node and tolerations for the pods you want to control.
5353

5454
include::modules/binding-infra-node-workloads-using-taints-tolerations.adoc[leveloffset=+2]
5555

0 commit comments

Comments
 (0)