- Proposed title of this feature request
Apply user defined tags to resources in OpenShift as day2 activity
2. What is the nature and description of the request?
Applying user defined tags as day0 activity is already in GA. We need to apply the tags after openshift installation on AWS.
This RFE is a continuation of RFE-2012
After patching the user defined tags in infrastructure yaml, customer is facing error,
$ oc patch infrastructure.config.openshift.io/cluster --patch-file aws-acm-prod-inf-tag-patch.yaml --type=merge'
Warning: unknown field "spec.platformSpec.aws.resourceTags"
infrastructure.config.openshift.io/cluster patched (no change)
Checking against the cluster API with oc explain, it seems this property doesn't exist:
$ oc explain infrastructure.spec.platformSpec.aws GROUP: config.openshift.io KIND: Infrastructure VERSION: v1 FIELD: aws <Object> DESCRIPTION: AWS contains settings specific to the Amazon Web Services infrastructure provider. FIELDS: serviceEndpoints <[]Object> serviceEndpoints list contains custom endpoints which will override default service endpoint of AWS Services. There must be only one ServiceEndpoint for a service.