Hi,
We are trying to create an RH openshift cluster on GCP using terraform (from a jenkins pipeline). Labels are not attached to the instances upon creation when we try to install openshift version 4.12.X. This pipeline works fine with 4.10.X.
Can anyone please let me know if there are any changes between these 2 versions?
Variables are stored in the file terraform.tfvars.
Following extract for reference:
gcp_extra_labels = {
owner="mtye"
customer="roadmap"
product="oce"
cost_type="product_roadmap"
purpose="rnd"
budget="investment"
product_line="cloud"
end_of_life="pipeline-delete-2023_09_07__13_09"
jira_issue="oce-10740"
spotinst="true"
os="linux"
running_schedule="always_on"
}
Regards
Yogeesh Venkanna