Skip to content

Commit

Permalink
Remove default machine pool info
Browse files Browse the repository at this point in the history
  • Loading branch information
mletalie committed Sep 5, 2023
1 parent 77b5bc5 commit 2300fa7
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 18 deletions.
8 changes: 4 additions & 4 deletions modules/creating-a-machine-pool-ocm.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ifdef::openshift-rosa[]
endif::openshift-rosa[]

ifndef::openshift-rosa[]
A default machine pool is created when you install an {product-title} cluster. After installation, you can create additional machine pools for your cluster by using {cluster-manager}.
A machine pool is created when you install an {product-title} cluster. After installation, you can create additional machine pools for your cluster by using {cluster-manager}.
endif::openshift-rosa[]
ifdef::openshift-rosa[]
You can create additional machine pools for your {product-title} (ROSA) cluster by using {cluster-manager}.
Expand All @@ -23,12 +23,12 @@ endif::openshift-rosa[]
ifndef::openshift-rosa[]
[IMPORTANT]
====
The compute (also known as worker) node instance types, autoscaling options, and node counts that are available to you depend on your
The compute (also known as worker) node instance types, autoscaling options, and node counts that are available to you depend on your
ifdef::openshift-rosa[]
ROSA
ROSA
endif::openshift-rosa[]
ifndef::openshift-rosa[]
{product-title}
{product-title}
endif::[]
subscriptions, resource quotas and deployment scenario. For more information, contact your sales representative or Red Hat support.
====
Expand Down
6 changes: 5 additions & 1 deletion modules/creating-a-machine-pool.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@
[id="creating_a_machine_pool_{context}"]
= Creating a machine pool

A default machine pool is created when you install a {product-title} (ROSA) cluster. After installation, you can create additional machine pools for your cluster by using {cluster-manager} or the ROSA CLI (`rosa`).
A machine pool is created when you install a {product-title} (ROSA) cluster. After installation, you can create additional machine pools for your cluster by using {cluster-manager} or the ROSA CLI (`rosa`).
[NOTE]
====
For users of ROSA CLI `rosa` version 1.2.25 and prior versions, the machine pool created along with the cluster is identified as `Default`. For users of ROSA CLI `rosa` version 1.2.26 and beyond, the machine pool created along with the cluster is identified as `worker`.
====
5 changes: 5 additions & 0 deletions modules/deleting-machine-pools-cli.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
= Deleting a machine pool using the ROSA CLI
You can delete a machine pool for your Red Hat OpenShift Service on AWS (ROSA) cluster by using the ROSA CLI.

[NOTE]
====
For users of ROSA CLI `rosa` version 1.2.25 and prior versions, the machine pool (ID='Default') created along with the cluster cannot be deleted. For users of ROSA CLI `rosa` version 1.2.26 and beyond, the machine pool (ID='worker') created along with the cluster can be deleted as long as there is one machine pool within the cluster that contains no taints and at least two instances for a single-AZ cluster or three instances for a multi-AZ cluster.
====

.Prerequisites

ifdef::openshift-rosa[]
Expand Down
12 changes: 2 additions & 10 deletions modules/deleting-machine-pools.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
= Deleting a machine pool

You can delete a machine pool in the event that your workload requirements have changed and your current machine pools no longer meet your needs.
// Over time, users may find that their workload needs have changed, and may want to modify the various machine pool settings. While many of these settings can be modified, certain settings (for example, instance types and availability zones) cannot be changed once a machine pool is created. If a user finds that these settings are no longer meeting their needs, they can delete the machine pool in question and create a new machine pool with the desired settings.


You can delete machine pools using the
ifdef::openshift-rosa[]
Expand All @@ -16,16 +16,8 @@ endif::openshift-rosa[]
ifndef::openshift-rosa[]
Openshift Cluster Manager.
endif::[]

[NOTE]
====
The default machine pool cannot be deleted.
====

// Users that wish to delete the default machine pool that is automatically created during the installation of a {product-title} (ROSA) cluster can do so using the OCM or ROSA CLI.
//

ifndef::openshift-rosa[]

.Prerequisites

* You have created an {product-title} cluster.
Expand Down
4 changes: 4 additions & 0 deletions modules/rosa-adding-taints-cli.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

You can add taints to a machine pool for your Red Hat OpenShift Service on AWS (ROSA) cluster by using the ROSA CLI.

[NOTE]
====
For users of ROSA CLI `rosa` version 1.2.25 and prior versions, the number of taints cannot be changed within the machine pool (ID=`Default`) created along with the cluster. cannot be deleted. For users of ROSA CLI `rosa` version 1.2.26 and beyond, the number of taints can be changed within the machine pool (ID=`worker`) created along with the cluster.
====
.Prerequisites

ifdef::openshift-rosa[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,18 @@ Machine pools are a higher level construct to compute machine sets.

A machine pool creates compute machine sets that are all clones of the same configuration across availability zones. Machine pools perform all of the host node provisioning management actions on a worker node. If you need more machines or must scale them down, change the number of replicas in the machine pool to meet your compute needs. You can manually configure scaling or set autoscaling.

By default, a cluster has one machine pool. During cluster installation, you can label this machine pool. After the cluster is installed, the `Default` machine pool cannot be deleted, and its node type or size cannot be changed.
By default, a cluster has one machine pool. During cluster installation, you can label this machine pool. After the cluster is installed its node type or size cannot be changed.

After a cluster's installation:

* You can relabel a `Default` machine pool.
* You can relabel the machine pool that was created along with the cluster.
* You can add additional machine pools to an existing cluster.
+
[NOTE]
====
You cannot change the machine pool node type or size. The machine pool node type or size is specified during their creation only. If you need a different node type or size, you must re-create a machine pool and specify the required node type or size values.
====
* You can add a label to each added machine pool.
* You cannot delete the `Default` machine pool. However, you can delete the non-default machine pools.

Multiple machine pools can exist on a single cluster, and each machine pool can contain a unique node type and node size configuration.

Expand Down

0 comments on commit 2300fa7

Please sign in to comment.