providerSpec:
value:
# ...
flavor: m1.xlarge (1)
You can enable or change the configuration of features for your control plane machines by editing values in the control plane machine set specification.
When you save an update to the control plane machine set, the Control Plane Machine Set Operator updates the control plane machines according to your configured update strategy. For more information, see "Updating the control plane configuration".
You can change the OpenStack compute service (Nova) flavor that your control plane machines use by updating the specification in the control plane machine set custom resource.
In OpenStack, flavors define the compute, memory, and storage capacity of computing instances. By increasing or decreasing the flavor size, you can scale your control plane vertically.
Your OpenStack cluster uses a control plane machine set.
Edit the following line under the providerSpec field:
providerSpec:
value:
# ...
flavor: m1.xlarge (1)
| 1 | Specify a OpenStack flavor type that has the same base as the existing selection. For example, you can change m6i.xlarge to m6i.2xlarge or m6i.4xlarge. You can choose larger or smaller flavors depending on your vertical scaling needs. |
Save your changes.
After you save your changes, machines are replaced with ones that use the flavor you chose.