Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-64578

[release-4.19] Fix KSM deny-list typo

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • 4.19.z
    • 4.16.0, 4.17.0, 4.18.0, 4.19.0
    • Monitoring
    • None
    • Quality / Stability / Reliability
    • False
    • Hide

      None

      Show
      None
    • 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$
      

              prasriva@redhat.com Pranshu Srivastava
              prasriva@redhat.com Pranshu Srivastava
              None
              None
              Junqi Zhao Junqi Zhao
              None
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated: