diff --git a/blocked-edges/4.11.4-stale-insights-run-level-label.yaml b/blocked-edges/4.11.4-stale-insights-run-level-label.yaml new file mode 100644 index 000000000..4b78074fc --- /dev/null +++ b/blocked-edges/4.11.4-stale-insights-run-level-label.yaml @@ -0,0 +1,13 @@ +to: 4.11.4 +from: 4[.]10[.].* +url: https://issues.redhat.com/browse/OCPBUGS-959 +name: StaleInsightsRunLevelLabel +message: |- + An 'openshift.io/run-level: 1' annotation on the openshift-insights namespace may cause "container has runAsNonRoot" for the insights operator when updating to 4.11.4. +matchingRules: +- type: PromQL + promql: + promql: | + kube_namespace_labels{namespace="openshift-insights",label_openshift_io_run_level="1"} + or + 0 * kube_namespace_labels{namespace="openshift-insights",label_openshift_io_run_level=""}