You can create compute machine sets that use the Cluster API to dynamically manage the machine compute resources for specific workloads of your choice.
.Prerequisites
* You have deployed an {product-title} cluster.
* You have enabled the use of the Cluster API.
* You have access to the cluster using an account with `cluster-admin` permissions.
<3> Specify the details for your environment. These parameters are provider specific. For more information, see the sample Cluster API compute machine set YAML for your provider.
--
. Create the compute machine set CR by running the following command:
+
[source,terminal]
----
$ oc create -f <machine_set_resource_file>.yaml
----
. Confirm that the compute machine set CR is created by running the following command:
When the new compute machine set is available, the `REPLICAS` and `AVAILABLE` values match. If the compute machine set is not available, wait a few minutes and run the command again.
.Verification
* To verify that the compute machine set is creating machines according to your required configuration, review the lists of machines and nodes in the cluster by running the following commands: