mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
40 lines
1.5 KiB
Plaintext
40 lines
1.5 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * rosa_cluster_admin/rosa_nodes/rosa-managing-worker-nodes.adoc
|
|
// * nodes/rosa-managing-worker-nodes.adoc
|
|
// * osd_cluster_admin/osd_nodes/osd-managing-worker-nodes.adoc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="deleting-machine-pools-ocm_{context}"]
|
|
ifndef::openshift-rosa,openshift-rosa-hcp[]
|
|
= Deleting a machine pool
|
|
endif::openshift-rosa,openshift-rosa-hcp[]
|
|
ifdef::openshift-rosa,openshift-rosa-hcp[]
|
|
= Deleting a machine pool using {cluster-manager}
|
|
endif::openshift-rosa,openshift-rosa-hcp[]
|
|
|
|
You can delete a machine pool for your {product-title} cluster by using {cluster-manager-first}.
|
|
|
|
.Prerequisites
|
|
|
|
ifdef::openshift-rosa,openshift-rosa-hcp[]
|
|
* You created a ROSA cluster.
|
|
* The cluster is in the ready state.
|
|
* You have an existing machine pool without any taints and with at least two instances for a single-AZ cluster or three instances for a multi-AZ cluster.
|
|
endif::openshift-rosa,openshift-rosa-hcp[]
|
|
ifndef::openshift-rosa,openshift-rosa-hcp[]
|
|
* You have created an {product-title} cluster.
|
|
* The newly created cluster is in the ready state.
|
|
endif::openshift-rosa,openshift-rosa-hcp[]
|
|
|
|
.Procedure
|
|
. From {cluster-manager-url}, navigate to the *Cluster List* page and select the cluster that contains the machine pool that you want to delete.
|
|
|
|
. On the selected cluster, select the *Machine pools* tab.
|
|
|
|
. Under the *Machine pools* tab, click the Options menu {kebab} for the machine pool that you want to delete.
|
|
|
|
. Click *Delete*.
|
|
+
|
|
The selected machine pool is deleted.
|