-
Notifications
You must be signed in to change notification settings - Fork 1.9k
OSDOCS-5751: Configuring machine pool disk volume. #62116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,38 @@ | ||
| // Module included in the following assemblies: | ||
| // | ||
| // * rosa_cluster_admin/rosa_nodes/rosa-managing-worker-nodes.adoc | ||
|
|
||
| :_content-type: PROCEDURE | ||
| [id="configuring_machine_pool_disk_volume_cli{context}"] | ||
| = Configuring machine pool disk volume using the ROSA CLI | ||
|
|
||
| .Prerequisite for cluster creation | ||
|
|
||
| * You have the option to select the root disk sizing for the default machine pool during cluster installation. | ||
|
|
||
| .Procedure for cluster creation | ||
|
|
||
| * Run the following command when creating your OpenShift cluster for the desired root disk size: | ||
| + | ||
| [source,terminal] | ||
| ---- | ||
| $ rosa create cluster --worker-disk-size=<disk_size> | ||
| ---- | ||
| The value can be in GB, GiB, TB, or TiB. Replace '<disk_size>' with a numeric value and unit, for example '--worker-disk-size=200GiB'. You cannot separate the digit and the unit. No spaces are allowed. | ||
|
|
||
| .Prerequisite for machine pool creation | ||
|
|
||
| * You have the option to select the root disk sizing for the new machine pool after the cluster has been installed. | ||
|
|
||
| .Procedure for machine pool creation | ||
|
|
||
| . Scale up the cluster by executing the following command: | ||
| + | ||
| [source,terminal] | ||
| ---- | ||
| $ rosa create machinepool --cluster=<cluster_id> <1> | ||
| --disk-size=<disk_size> <2> | ||
| ---- | ||
| <1> Specifies the ID or name of your existing OpenShift cluster | ||
| <2> Specifies the worker node disk size. The value can be in GB, GiB, TB, or TiB. Replace '<disk_size>' with a numeric value and unit, for example '--disk-size=200GiB'. You cannot separate the digit and the unit. No spaces are allowed. | ||
| . Confirm new machine pool disk volume size by logging into the AWS console and find the EC2 virtual machine root volume size. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,36 @@ | ||
| // Module included in the following assemblies: | ||
| // | ||
| // * rosa_cluster_admin/rosa_nodes/rosa-managing-worker-nodes.adoc | ||
|
|
||
| :_content-type: PROCEDURE | ||
| ifdef::openshift-rosa[] | ||
| [id="configuring_machine_pool_disk_volume_ocm{context}"] | ||
| = Configuring machine pool disk volume using OpenShift Cluster Manager | ||
| endif::openshift-rosa[] | ||
| .Prerequisite for cluster creation | ||
| * You have the option to select the node disk sizing for the default machine pool during cluster installation. | ||
|
|
||
| .Procedure for cluster creation | ||
|
|
||
| . From ROSA cluster wizard, navigate to Cluster settings. | ||
|
|
||
| . Navigate to *Machine pool* step. | ||
|
|
||
| . Select the desired *Root disk size*. | ||
|
|
||
| . Select *Next* to continue creating your cluster. | ||
|
|
||
| .Prerequisite for machine pool creation | ||
| * You have the option to select the node disk sizing for the new machine pool after the cluster has been installed. | ||
|
|
||
| .Procedure for machine pool creation | ||
|
|
||
| . Navigate to {cluster-manager-url} and select your cluster. | ||
|
|
||
| . Navigate to *Machine pool tab*. | ||
|
|
||
| . Click *Add machine pool*. | ||
|
|
||
| . Select the desired *Root disk size*. | ||
|
|
||
| . Select *Add machine pool* to create the machine pool. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| // Module included in the following assemblies: | ||
| // | ||
| // * rosa_cluster_admin/rosa_nodes/rosa-managing-worker-nodes.adoc | ||
|
|
||
| :_content-type: CONCEPT | ||
| [id="configuring_machine_pool_disk_volume{context}"] | ||
| = Configuring machine pool disk volume | ||
|
|
||
| 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. | ||
|
|
||
| You can configure the machine pool disk size for your cluster by using {cluster-manager} or the ROSA CLI (`rosa`). | ||
|
|
||
| [NOTE] | ||
| ==== | ||
| Existing cluster and machine pool node volumes cannot be resized. | ||
| ==== | ||
|
|
||
|
|
||
| [IMPORTANT] | ||
| ==== | ||
| 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. | ||
| ==== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.