Skip to content

Commit bbd10a2

Browse files
committed
OSDOCS-11825: Add worker node disk size option to ROSA HCP
1 parent a79c1bd commit bbd10a2

File tree

3 files changed

+18
-8
lines changed

3 files changed

+18
-8
lines changed

modules/configuring-machine-pool-disk-volume.adoc

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,18 @@
33
// * rosa_cluster_admin/rosa_nodes/rosa-managing-worker-nodes.adoc
44

55
:_mod-docs-content-type: CONCEPT
6-
[id="configuring_machine_pool_disk_volume{context}"]
6+
[id="configuring-machine-pool-disk-volume_{context}"]
77
= Configuring machine pool disk volume
88

9-
Machine pool disk volume size can be configured for additional flexibility. The default disk size is 300 GiB. For cluster version 4.13 or earlier, the disk size can be configured to a minimum of 128 GiB to a maximum of 1 TiB. For cluster version 4.14 and later, the disk size can be configured to a minimum of 128 GiB to a maximum of 16 TiB.
9+
Machine pool disk volume size can be configured for additional flexibility. The default disk size is 300 GiB.
10+
11+
For {rosa-classic-first} clusters version 4.13 or earlier, the disk size can be configured from a minimum of 128 GiB to a maximum of 1 TiB. For version 4.14 and later, the disk size can be configured to a minimum of 128 GiB to a maximum of 16 TiB.
12+
13+
For {hcp-title-first} clusters, the disk size can be configured from a minimum of 75 GiB to a maximum of 16,384 GiB.
1014

1115
You can configure the machine pool disk size for your cluster by using {cluster-manager} or the ROSA CLI (`rosa`).
1216

1317
[NOTE]
1418
====
1519
Existing cluster and machine pool node volumes cannot be resized.
1620
====
17-
18-
19-
[IMPORTANT]
20-
====
21-
The default disk size is 300 GiB. For cluster version 4.13 or earlier, the disk size can be configured to a minimum of 128 GiB to a maximum of 1 TiB. For cluster version 4.14 and later, the disk size can be configured to a minimum of 128 GiB to a maximum of 16 TiB.
22-
====

modules/rosa-create-objects.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,13 @@ $ rosa create machinepool --cluster=<cluster_name> | <cluster_id> --replicas=<nu
741741
a|--cluster <cluster_name>\|<cluster_id>
742742
|Required: The name or ID of the cluster to which the machine pool will be added.
743743

744+
|--disk-size
745+
|Set the disk volume size for the machine pool, in Gib or TiB. The default is 300 GiB.
746+
747+
For {rosa-classic} clusters version 4.13 or earlier, the minimum disk size is 128 GiB, and the maximum is 1 TiB. For cluster version 4.14 and later, the minimum is 128 GiB, and the maximum is 16 TiB.
748+
749+
For {hcp-title} clusters, the minimum disk size is 75 GiB, and the maximum is 16,384 GiB.
750+
744751
|--enable-autoscaling
745752
|Enable or disable autoscaling of compute nodes. To enable autoscaling, use this argument with the `--min-replicas` and `--max-replicas` arguments. To disable autoscaling, use `--enable-autoscaling=false` with the `--replicas` argument.
746753

rosa_release_notes/rosa-release-notes.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ toc::[]
1313
[id="rosa-new-changes-and-updates_{context}"]
1414
== New changes and updates
1515

16+
[id="rosa-q4-2024_{context}"]
17+
=== Q4 2024
18+
19+
* **Configure machine pool disk volume for {hcp-title} clusters.** You can now configure the disk volume size for machine pools in {hcp-title} clusters. The default disk size is 300 GiB, and you can configure it from a minimum of 75 GiB to a maximum of 16,384 GiB. For more information, see xref:../rosa_cluster_admin/rosa_nodes/rosa-managing-worker-nodes.adoc#configuring-machine-pool-disk-volume_rosa-managing-worker-nodes[Configuring machine pool disk volume].
20+
1621
[id="rosa-q3-2024_{context}"]
1722
=== Q3 2024
1823

0 commit comments

Comments
 (0)