You can create a hosted cluster on {rh-openstack-first} by using the `hcp` CLI.
.Prerequisites
* You completed all prerequisite steps in "Preparing to deploy hosted control planes".
* You reviewed "Prerequisites for OpenStack".
* You completed all steps in "Preparing the management cluster for etcd local storage".
* You have access to the management cluster.
* You have access to the {rh-openstack} cloud.
.Procedure
* Create a hosted cluster by running the `hcp create` command. For example, for a cluster that takes advantage of the performant etcd configuration detailed in "Preparing the management cluster for etcd local storage", enter:
NOTE: Many options are available at cluster creation. For {rh-openstack}-specific options, see "Options for creating a Hosted Control Planes cluster on OpenStack". For general options, see the `hcp` documentation.
.Verification
. Verify that the hosted cluster is ready by running the following command on it:
+
[source,terminal]
----
$ oc -n clusters-<cluster_name> get pods
----
+
--
where:
`<cluster_name>`:: Specifies the name of the cluster.
--
+
After several minutes, the output should show that the hosted control plane pods are running.
You can define additional tags for the resources as values in the `HostedCluster.Spec.Platform.OpenStack.Tags` field of a YAML manifest that you use to create the hosted cluster. After you scale up the node pool, the tags apply to resources.