Skip to content

Commit

Permalink
blocked-edges/4.11.4-stale-insights-run-level-label: 4.11.4 isn't fixed
Browse files Browse the repository at this point in the history
Extend b76516a (blocked-edges/4.11.*: Declare
StaleInsightsRunLevelLabel risk, 2022-09-06, openshift#2457) to 4.11.4, because
the fix just landed in the development branch [1] and has yet to be
backported to 4.11.z.

Generated with:

  $ V=4.11.4; sed "s/4[.]11[.]0/${V}/g" blocked-edges/4.11.0-stale-insights-run-level-label.yaml > "blocked-edges/${V}-stale-insights-run-level-label.yaml"

[1]: openshift/insights-operator#672
  • Loading branch information
wking committed Sep 7, 2022
1 parent 64dc988 commit d854a95
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions blocked-edges/4.11.4-stale-insights-run-level-label.yaml
Original file line number Diff line number Diff line change
@@ -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=""}

0 comments on commit d854a95

Please sign in to comment.