Skip to content

Commit 2ff522d

Browse files
committed
Remove default machine pool info
1 parent 77b5bc5 commit 2ff522d

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

modules/creating-a-machine-pool.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@
77
= Creating a machine pool
88

99
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`).
10+
[NOTE]
11+
====
12+
For users of ROSA CLI `rosa` version 1.2.25 and prior versions, the default machine pool is identified as `Default`. For users of ROSA CLI `rosa` version 1.2.26 and beyond, the default machine pool is identified as `Worker`.
13+
====

modules/deleting-machine-pools.adoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ ifndef::openshift-rosa[]
1717
Openshift Cluster Manager.
1818
endif::[]
1919

20-
[NOTE]
21-
====
22-
The default machine pool cannot be deleted.
23-
====
2420

2521
// 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.
2622
//

rosa_cluster_admin/rosa_nodes/rosa-nodes-machinepools-about.adoc

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,12 @@ Machine pools are a higher level construct to compute machine sets.
2727

2828
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.
2929

30-
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.
30+
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.
31+
32+
[NOTE]
33+
====
34+
For users of ROSA CLI `rosa` version 1.2.25 and prior versions, the default machine pool is identified as `Default`. For users of ROSA CLI `rosa` version 1.2.26 and beyond, the default machine pool is identified as `Worker`.
35+
====
3136

3237
After a cluster's installation:
3338

@@ -39,7 +44,7 @@ After a cluster's installation:
3944
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.
4045
====
4146
* You can add a label to each added machine pool.
42-
* You cannot delete the `Default` machine pool. However, you can delete the non-default machine pools.
47+
* You can delete machine pools.
4348

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

0 commit comments

Comments
 (0)