You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/machineset-modifying.adoc
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,19 @@
8
8
[id="machineset-modifying_{context}"]
9
9
= Modifying a compute machine set by using the CLI
10
10
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.
11
14
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).
12
15
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.
14
24
15
25
If you need to scale a compute machine set without making other changes, you do not need to delete the machines.
0 commit comments