Skip to content

Commit ad946d6

Browse files
authored
Merge pull request #50969 from Amrita42/CFE-592
adds the new ratio of user defined vs OCP tags
2 parents d065a60 + 2546559 commit ad946d6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

modules/installation-configuration-parameters.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -767,10 +767,16 @@ host must trust the certificate.
767767
|A map of keys and values that the installation program adds as tags to all resources that it creates.
768768
|Any valid YAML map, such as key value pairs in the `<key>: <value>` format. For more information about AWS tags, see link:https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html[Tagging Your Amazon EC2 Resources] in the AWS documentation.
769769

770+
[NOTE]
771+
====
772+
You can add up to 25 user defined tags during installation. The remaining 25 tags are reserved for {product-title}.
773+
====
774+
770775
|`platform.aws.propagateUserTags`
771776
| A flag that directs in-cluster Operators to include the specified user tags in the tags of the AWS resources that the Operators create.
772777
| Boolean values, for example `true` or `false`.
773778

779+
774780
|`platform.aws.subnets`
775781
|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.
776782
|Valid subnet IDs.

0 commit comments

Comments
 (0)