Skip to content

Commit e3ff9de

Browse files
authored
Merge pull request #20639 from kalexand-rh/ghi20323
issue 20323: correcting subnet parameter value
2 parents 16cce76 + 02e91f6 commit e3ff9de

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
@@ -246,8 +246,8 @@ see link:https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html[Tag
246246
in the AWS documentation.
247247

248248
|`platform.aws.subnets`
249-
|If you provide the VPC instead of allowing the installation program to create the VPC for you, specify the subnets for the cluster to use. The subnets must be part of the same `machineNetwork[].cidr` ranges that you specify. For a standard cluster, specify a public and a private subnet for each availability zone. For a private cluster, specify a private subnet for each availability zone.
250-
|Valid subnet range.
249+
|If you provide the VPC instead of allowing the installation program to create the VPC for you, specify the subnet for the cluster to use. The subnet must be part of the same `machineNetwork[].cidr` ranges that you specify. For a standard cluster, specify a public and a private subnet for each availability zone. For a private cluster, specify a private subnet for each availability zone.
250+
|Valid subnet IDs.
251251

252252
|====
253253
endif::aws[]

0 commit comments

Comments
 (0)