Skip to content

Commit 61c57ba

Browse files
authored
Merge pull request #82303 from bscott-rh/OSDOCS-12075-main
OSDOCS-12075 updating GCP disk types
2 parents 83b2894 + adab05e commit 61c57ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/installation-configuration-parameters.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2192,7 +2192,7 @@ When running your cluster on GCP 64-bit ARM infrastructures, ensure that you use
21922192
osDisk:
21932193
diskType:
21942194
|The link:https://cloud.google.com/compute/docs/disks#disk-types[GCP disk type].
2195-
|The default disk type for all machines. Control plane nodes must use the `pd-ssd` disk type. Compute nodes can use the `pd-ssd`, `pd-balanced`, or `pd-standard` disk types.
2195+
|The default disk type for all machines. Valid values are `pd-balanced`, `pd-ssd`, `pd-standard`, or `hyperdisk-balanced`. The default value is `pd-ssd`. Control plane machines cannot use the `pd-standard` disk type, so if you specify `pd-standard` as the default machine platform disk type, you must specify a different disk type using the `controlPlane.platform.gcp.osDisk.diskType` parameter.
21962196

21972197
|platform:
21982198
gcp:
@@ -2357,7 +2357,7 @@ When running your cluster on GCP 64-bit ARM infrastructures, ensure that you use
23572357
osDisk:
23582358
diskType:
23592359
|The link:https://cloud.google.com/compute/docs/disks#disk-types[GCP disk type] for control plane machines.
2360-
|Control plane machines must use the `pd-ssd` disk type, which is the default.
2360+
|Valid values are `pd-balanced`, `pd-ssd`, or `hyperdisk-balanced`. The default value is `pd-ssd`.
23612361

23622362
|controlPlane:
23632363
platform:
@@ -2469,7 +2469,7 @@ When running your cluster on GCP 64-bit ARM infrastructures, ensure that you use
24692469
osDisk:
24702470
diskType:
24712471
|The link:https://cloud.google.com/compute/docs/disks#disk-types[GCP disk type] for compute machines.
2472-
|`pd-ssd`, `pd-standard`, or `pd-balanced`. The default is `pd-ssd`.
2472+
|Valid values are `pd-balanced`, `pd-ssd`, `pd-standard`, or `hyperdisk-balanced`. The default value is `pd-ssd`.
24732473

24742474
|compute:
24752475
platform:

0 commit comments

Comments
 (0)