Skip to content

Commit 29b5d59

Browse files
authored
Merge pull request #48801 from Amrita42/CFE509-524new
Added propagateusertags key value
2 parents c1cfc22 + 646e304 commit 29b5d59

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

modules/installation-aws-config-yaml.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,15 +150,19 @@ platform:
150150
aws:
151151
ifndef::gov,china,secret[]
152152
region: us-west-2 <1>
153+
propagateUserTags: true <3>
153154
endif::gov,china,secret[]
154155
ifdef::china[]
155156
region: cn-north-1 <1>
157+
propagateUserTags: true <3>
156158
endif::china[]
157159
ifdef::gov[]
158160
region: us-gov-west-1 <1>
161+
propagateUserTags: true <3>
159162
endif::gov[]
160163
ifdef::secret[]
161164
region: us-iso-east-1 <1>
165+
propagateUserTags: true <3>
162166
endif::secret[]
163167
userTags:
164168
adminContact: jdoe

modules/installation-configuration-parameters.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -757,6 +757,10 @@ host must trust the certificate.
757757
|A map of keys and values that the installation program adds as tags to all resources that it creates.
758758
|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.
759759

760+
|`platform.aws.propagateUserTags`
761+
| A flag that directs in-cluster Operators to include the specified user tags in the tags of the AWS resources that the Operators create.
762+
| Boolean values, for example `true` or `false`.
763+
760764
|`platform.aws.subnets`
761765
|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.
762766
|Valid subnet IDs.

0 commit comments

Comments
 (0)