Skip to content

Commit a169370

Browse files
authored
Merge pull request #45035 from jeana-redhat/OSDOCS-3566-no-machinesets-for-control-planes
[OSDOCS-3566]: Add admonition about lack of machine set support for control planes
2 parents 337736c + ddfab86 commit a169370

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/machine-api-overview.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ The two primary resources are:
2323
Machines:: A fundamental unit that describes the host for a node. A machine has a `providerSpec` specification, which describes the types of compute nodes that are offered for different cloud platforms. For example, a machine type for a worker node on Amazon Web Services (AWS) might define a specific machine type and required metadata.
2424

2525
Machine sets:: `MachineSet` resources are groups of machines. Machine sets are to machines as replica sets are to pods. If you need more machines or must scale them down, you change the *replicas* field on the machine set to meet your compute need.
26+
+
27+
[WARNING]
28+
====
29+
Control plane machines cannot be managed by machine sets.
30+
====
2631

2732
The following custom resources add more capabilities to your cluster:
2833

0 commit comments

Comments
 (0)