Skip to content

Commit ff694ee

Browse files
committed
OSDOCS-6951 Adding pd-balanced disktype to GCP install
1 parent 3e5c2d5 commit ff694ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/installation-configuration-parameters.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1242,7 +1242,7 @@ When running your cluster on GCP 64-bit ARM infrastructures, ensure that you use
12421242

12431243
|`platform.gcp.defaultMachinePlatform.osDisk.diskType`
12441244
|The link:https://cloud.google.com/compute/docs/disks#disk-types[GCP disk type].
1245-
|Either the default `pd-ssd` or the `pd-standard` disk type. The control plane nodes must be the `pd-ssd` disk type. Compute nodes can be either type.
1245+
|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.
12461246

12471247
|`platform.gcp.defaultMachinePlatform.osImage.project`
12481248
|Optional. By default, the installation program downloads and installs the {op-system} image that is used to boot control plane and compute machines. You can override the default behavior by specifying the location of a custom {op-system} image that the installation program is to use for both types of machines.
@@ -1375,7 +1375,7 @@ When running your cluster on GCP 64-bit ARM infrastructures, ensure that you use
13751375

13761376
|`compute.platform.gcp.osDisk.diskType`
13771377
|The link:https://cloud.google.com/compute/docs/disks#disk-types[GCP disk type] for compute machines.
1378-
|Either the default `pd-ssd` or the `pd-standard` disk type.
1378+
|`pd-ssd`, `pd-standard`, or `pd-balanced`. The default is `pd-ssd`.
13791379

13801380
|`compute.platform.gcp.tags`
13811381
|Optional. Additional network tags to add to the compute machines. If set, this parameter overrides the `platform.gcp.defaultMachinePlatform.tags` parameter for compute machines.

0 commit comments

Comments
 (0)