You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/configuring-machine-pool-disk-volume-cli.adoc
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
----
19
19
$ rosa create cluster --worker-disk-size=<disk_size>
20
20
----
21
-
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.
21
+
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.
22
22
23
23
.Prerequisite for machine pool creation
24
24
@@ -30,9 +30,9 @@ The value can be in GB, GiB, TB, or TiB. Replace '<disk_size>' with a numeric va
30
30
+
31
31
[source,terminal]
32
32
----
33
-
$ rosa create machinepool --cluster=<cluster_id> <1>
34
-
--disk-size=<disk_size> <2>
33
+
$ rosa create machinepool --cluster=<cluster_id> \// <1>
34
+
--disk-size=<disk_size> // <2>
35
35
----
36
-
<1> Specifies the ID or name of your existing OpenShift cluster
37
-
<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.
36
+
<1> Specifies the ID or name of your existing OpenShift cluster.
37
+
<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.
38
38
. Confirm new machine pool disk volume size by logging into the AWS console and find the EC2 virtual machine root volume size.
0 commit comments