Skip to content

Commit 94d5561

Browse files
committed
Configuring machine pool disk volume.
1 parent 3e3ebec commit 94d5561

6 files changed

+59
-3
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * rosa_cluster_admin/rosa_nodes/rosa-managing-worker-nodes.adoc
4+
5+
:_content-type: PROCEDURE
6+
[id="configuring_machine_pool_disk_volume_CLI{context}"]
7+
= Configuring machine pool disk volume using the ROSA CLI
8+
9+
10+
.Prerequisites
11+
12+
* You have the option to select the sizing for the default machine pool during cluster installation.
13+
* You have the option to select the sizing for the new day2 machine pool after the cluster has been installed.
14+
15+
16+
.Procedure
17+
18+
1. Navigate to the Clusters page in OpenShift Cluster Manager Hybrid Cloud Console.
19+
2. Under the Cluster settings tab, click on Node pools.
20+
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * rosa_cluster_admin/rosa_nodes/rosa-managing-worker-nodes.adoc
4+
5+
:_content-type: PROCEDURE
6+
[id="configuring_machine_pool_disk_volume_cluster_manager{context}"]
7+
= Configuring machine pool disk volume using OpenShift Cluster Manager
8+
9+
10+
.Prerequisites
11+
12+
* You have the option to select the sizing for the default machine pool during cluster installation.
13+
* You have the option to select the sizing for the new day2 machine pool after the cluster has been installed.
14+
15+
.Procedure
16+
17+
1. Navigate to OpenShift Cluster Manager Hybrid Cloud Console and select your cluster.
18+
2. Navigate to Cluster Settings.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * rosa_cluster_admin/rosa_nodes/rosa-managing-worker-nodes.adoc
4+
5+
:_content-type: CONCEPT
6+
[id="configuring_machine_pool_disk_volume{context}"]
7+
= Configuring machine pool disk volume
8+
9+
You can configure machine pool disk volumes to reduce the cost of running the machine pools.
10+
11+
[NOTE]
12+
====
13+
Existing machine pool node volumes cannot be resized.
14+
====

modules/deleting-machine-pools-ocm.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ ifdef::openshift-rosa[]
2222
* The cluster is in the ready state.
2323
* 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.
2424
endif::openshift-rosa[]
25-
ifndef::openshift-rosa[]
25+
infdef::openshift-rosa[]
2626
* You have created an {product-title} cluster.
2727
* The newly created cluster is in the ready state.
28-
endif::[]
28+
endif::openshift-rosa[]
2929

3030
.Procedure
3131
. From {cluster-manager-url}, navigate to the *Clusters* page and select the cluster that contains the machine pool that you want to delete.

modules/rosa-osd-node-label-about.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@
1111
A label is a key-value pair applied to a `Node` object. You can use labels to organize sets of objects and control the scheduling of pods.
1212

1313
You can add labels during cluster creation or after. Labels can be modified or updated at any time.
14-

rosa_cluster_admin/rosa_nodes/rosa-managing-worker-nodes.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ include::_attributes/attributes-openshift-dedicated.adoc[]
55
:context: rosa-managing-worker-nodes
66
toc::[]
77

8+
9+
810
This document describes how to manage compute (also known as worker) nodes with {product-title} (ROSA).
911

1012
The majority of changes for compute nodes are configured on machine pools. A machine pool is a group of compute nodes in a cluster that have the same configuration, providing ease of management.
@@ -14,6 +16,9 @@ You can edit machine pool configuration options such as scaling, adding node lab
1416
include::modules/creating-a-machine-pool.adoc[leveloffset=+1]
1517
include::modules/creating-a-machine-pool-ocm.adoc[leveloffset=+2]
1618
include::modules/creating-a-machine-pool-cli.adoc[leveloffset=+2]
19+
include::modules/configuring-machine-pool-disk-volume.adoc[leveloffset=+1]
20+
include::modules/configuring-machine-pool-disk-volume-CLI.adoc[leveloffset=+2]
21+
include::modules/configuring-machine-pool-disk-volume-cluster-manager.adoc[leveloffset=+2]
1722

1823
[role="_additional-resources"]
1924
.Additional resources

0 commit comments

Comments
 (0)