Skip to content

Commit d5d24fb

Browse files
authored
Merge pull request #37422 from jldohmann/BZ1889248
2 parents 8ca3df2 + c0d81aa commit d5d24fb

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

modules/installation-configuration-parameters.adoc

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -909,7 +909,7 @@ ifdef::gcp[]
909909
Additional GCP configuration parameters are described in the following table:
910910

911911
.Additional GCP parameters
912-
[cols=".^2,.^3a,.^3a",options="header"]
912+
[cols=".^1,.^6a,.^3a",options="header"]
913913
|====
914914
|Parameter|Description|Values
915915

@@ -938,6 +938,14 @@ link:https://yaml.org/spec/1.2/spec.html#sequence//[YAML sequence].
938938
|The name of the existing subnet in your VPC that you want to deploy your compute machines to.
939939
|The subnet name.
940940

941+
|`platform.gcp.licenses`
942+
|A list of license URLs that must be applied to the compute images.
943+
[IMPORTANT]
944+
====
945+
The `licenses` parameter is a deprecated field and nested virtualization is enabled by default. It is not recommended to use this field.
946+
====
947+
|Any license available with the link:https://cloud.google.com/compute/docs/reference/rest/v1/licenses/list[license API], such as the license to enable link:https://cloud.google.com/compute/docs/instances/nested-virtualization/overview[nested virtualization]. You cannot use this parameter with a mechanism that generates pre-built images. Using a license URL forces the installer to copy the source image before use.
948+
941949
|`platform.gcp.osDisk.diskSizeGB`
942950
|The size of the disk in gigabytes (GB).
943951
|Any size between 16 GB and 65536 GB.

0 commit comments

Comments
 (0)