-
Story
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
False
-
-
False
-
None
-
None
-
None
-
None
To better understand what ROSA configurations are causing cluster install failures a new metric exposing high level cluster configurations like BYO VPC, STS and Private link would allow SRE to be understand areas of focus.
The metric labels we would like to add first are "sts", "managed-vpc" and "private-link" these labels would be on exposed in ClusterDeployment controller metrics similar to the existing "cluster_type" metric which is
We today have the label which is applied to STS clusters:
"api.openshift.com/sts": "true"
"api.openshift.com/private-link": "true"
We will add a managed VPC label:
"api.openshift.com/managed-vpc": "true"
The new metrics would true if the label exists and false if it doesn't exist.