Skip to content

Commit 6f55e6a

Browse files
committed
OSDOCS-12065: Enhance explanation of machine set changes
1 parent 027b99a commit 6f55e6a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

modules/machineset-modifying.adoc

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,19 @@
88
[id="machineset-modifying_{context}"]
99
= Modifying a compute machine set by using the CLI
1010

11+
You can modify the configuration of a compute machine set, and then propagate the changes to the machines in your cluster by using the CLI.
12+
13+
By updating the compute machine set configuration, you can enable features or change the properties of the machines it creates.
1114
When you modify a compute machine set, your changes only apply to compute machines that are created after you save the updated `MachineSet` custom resource (CR).
1215
The changes do not affect existing machines.
13-
You can replace the existing machines with new ones that reflect the updated configuration by scaling the compute machine set.
16+
17+
[NOTE]
18+
====
19+
Changes made in the underlying cloud provider are not reflected in the `Machine` or `MachineSet` CRs.
20+
To adjust instance configuration in cluster-managed infrastructure, use the cluster-side resources.
21+
====
22+
23+
You can replace the existing machines with new ones that reflect the updated configuration by scaling the compute machine set to create twice the number of replicas and then scaling it down to the original number of replicas.
1424

1525
If you need to scale a compute machine set without making other changes, you do not need to delete the machines.
1626

0 commit comments

Comments
 (0)