-
Story
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
-
None
-
BU Product Work
-
5
-
False
-
None
-
False
-
OCPSTRAT-169 - [Tech Preview] Apply user defined tags to all resources created by OpenShift (GCP)
-
-
Installer creates below list of gcp resources during create cluster phase and these resources should be applied with the user defined labels and the default OCP label kubernetes-io-cluster-<cluster_id>:owned
Resources List
Resource | Terraform API |
---|---|
VM Instance | google_compute_instance |
Image | google_compute_image |
Address | google_compute_address(beta) |
ForwardingRule | google_compute_forwarding_rule(beta) |
Zones | google_dns_managed_zone |
Storage Bucket | google_storage_bucket |
Acceptance Criteria:
- Code linting, validation and best practices adhered to
- List of gcp resources created by installer should have user defined labels and as well as the default OCP label.