Skip to content

Commit 21ca756

Browse files
authored
Merge pull request #27797 from miabbott/single_pool_membership
nodes can only be a member of a single machineconfigpool
2 parents f3acf54 + 4af7712 commit 21ca756

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/machine-config-overview.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ The Machine Config Operator (MCO) manages updates to systemd, CRI-O and Kubelet,
1111
* A machine config can make a specific change to a file or service on the operating system of each system representing a pool of {product-title} nodes.
1212

1313
* MCO applies changes to operating systems in pools of machines. All {product-title} clusters start with worker and master node pools. By adding more role labels, you can configure custom pools of nodes. For example, you can set up a custom pool of worker nodes that includes particular hardware features needed by an application. However, examples in this section focus on changes to the default pool types.
14+
+
15+
[IMPORTANT]
16+
====
17+
A node can have multiple labels applied that indicate its type, such as `master` or `worker`, however it can be a member of only a *single* machine config pool.
18+
====
1419

1520
* Some machine configuration must be in place before {product-title} is installed to disk. In most cases, this can be accomplished by creating
1621
a machine config that is injected directly into the {product-title} installer process, instead of running as a post-installation machine config. In other cases, you might need to do bare metal installation where you pass kernel arguments at {product-title} installer start-up, to do such things as setting per-node individual IP addresses or advanced disk partitioning.

0 commit comments

Comments
 (0)