Skip to content

Commit d577a99

Browse files
committed
OSDOCS-4339: Added gcp to platform parameter
1 parent 5f21e9b commit d577a99

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

modules/installation-configuration-parameters.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ The string must be 14 characters or fewer long.
256256
endif::osp[]
257257

258258
|`platform`
259-
|The configuration for the specific platform upon which to perform the installation: `alibabacloud`, `aws`, `baremetal`, `azure`, `ibmcloud`, `nutanix`, `openstack`, `ovirt`, `vsphere`, or `{}`. For additional information about `platform.<platform>` parameters, consult the table for your specific platform that follows.
259+
|The configuration for the specific platform upon which to perform the installation: `alibabacloud`, `aws`, `baremetal`, `azure`, `gcp`, `ibmcloud`, `nutanix`, `openstack`, `ovirt`, `vsphere`, or `{}`. For additional information about `platform.<platform>` parameters, consult the table for your specific platform that follows.
260260
|Object
261261

262262
ifndef::openshift-origin[]
@@ -1088,7 +1088,7 @@ Additional GCP configuration parameters are described in the following table:
10881088
|String.
10891089

10901090
|`platform.gcp.projectID`
1091-
|The name of the GCP project where the installation program installs the cluster.
1091+
|The name of the GCP project where the installation program installs the cluster.
10921092
|String.
10931093

10941094
|`platform.gcp.region`
@@ -1130,7 +1130,7 @@ link:https://yaml.org/spec/1.2/spec.html#sequence//[YAML sequence].
11301130

11311131
|`platform.gcp.defaultMachinePlatform.type`
11321132
|The link:https://cloud.google.com/compute/docs/machine-types[GCP machine type] for control plane and compute machines.
1133-
|The GCP machine type, for example `n1-standard-4`.
1133+
|The GCP machine type, for example `n1-standard-4`.
11341134

11351135
|`platform.gcp.defaultMachinePlatform.osDisk.encryptionKey.kmsKey.name`
11361136
|The name of the customer managed encryption key to be used for machine disk encryption.
@@ -1185,7 +1185,7 @@ link:https://yaml.org/spec/1.2/spec.html#sequence//[YAML sequence].
11851185
|One or more strings, for example `control-plane-tag1`.
11861186

11871187
|`controlPlane.platform.gcp.type`
1188-
|The link:https://cloud.google.com/compute/docs/machine-types[GCP machine type] for control plane machines. If set, this parameter overrides the `platform.gcp.defaultMachinePlatform.type` parameter.
1188+
|The link:https://cloud.google.com/compute/docs/machine-types[GCP machine type] for control plane machines. If set, this parameter overrides the `platform.gcp.defaultMachinePlatform.type` parameter.
11891189
|The GCP machine type, for example `n1-standard-4`.
11901190

11911191
|`controlPlane.platform.gcp.zones`
@@ -1226,7 +1226,7 @@ link:https://yaml.org/spec/1.2/spec.html#sequence//[YAML sequence].
12261226
|One or more strings, for example `compute-network-tag1`.
12271227

12281228
|`compute.platform.gcp.type`
1229-
|The link:https://cloud.google.com/compute/docs/machine-types[GCP machine type] for compute machines. If set, this parameter overrides the `platform.gcp.defaultMachinePlatform.type` parameter.
1229+
|The link:https://cloud.google.com/compute/docs/machine-types[GCP machine type] for compute machines. If set, this parameter overrides the `platform.gcp.defaultMachinePlatform.type` parameter.
12301230
|The GCP machine type, for example `n1-standard-4`.
12311231

12321232
|`compute.platform.gcp.zones`

0 commit comments

Comments
 (0)