mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
OSDOCS-12065: Enhance explanation of machine set changes
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
be74f5bdf5
commit
6de115cad8
@@ -8,9 +8,19 @@
|
||||
[id="machineset-modifying_{context}"]
|
||||
= Modifying a compute machine set by using the CLI
|
||||
|
||||
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.
|
||||
|
||||
By updating the compute machine set configuration, you can enable features or change the properties of the machines it creates.
|
||||
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).
|
||||
The changes do not affect existing machines.
|
||||
You can replace the existing machines with new ones that reflect the updated configuration by scaling the compute machine set.
|
||||
|
||||
[NOTE]
|
||||
====
|
||||
Changes made in the underlying cloud provider are not reflected in the `Machine` or `MachineSet` CRs.
|
||||
To adjust instance configuration in cluster-managed infrastructure, use the cluster-side resources.
|
||||
====
|
||||
|
||||
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.
|
||||
|
||||
If you need to scale a compute machine set without making other changes, you do not need to delete the machines.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user