-
Bug
-
Resolution: Unresolved
-
Normal
-
4.16.0, 4.17.0, 4.18.0, 4.19.0
-
None
-
Quality / Stability / Reliability
-
False
-
-
1
-
1
-
None
-
None
-
Proposed
-
Bug Fix
-
Fix KSM deny-list typo that put `^kube_.+_annotations$^kube_customresource_.+_annotations_info$,` in the deny-list instead of seperate entries, like so, `^kube_.+_annotations$,^kube_customresource_.+_annotations_info$,`, due to the omission of a comma.
-
None
-
None
-
None
-
None
--metric-denylist=
^kube_secret_labels$,
^kube_.+_annotations$
^kube_customresource_.+_annotations_info$,
^kube_customresource_.+_labels_info$,
should be,
--metric-denylist=
^kube_secret_labels$,
^kube_.+_annotations$,
^kube_customresource_.+_annotations_info$,
^kube_customresource_.+_labels_info$
- depends on
-
OCPBUGS-64577 [release-4.20] Fix KSM deny-list typo
-
- ON_QA
-
- is depended on by
-
OCPBUGS-64579 [release-4.18] Fix KSM deny-list typo
-
- ASSIGNED
-
- links to