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

[release-4.16] Fix KSM deny-list typo

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Normal Normal
    • 4.16.z
    • 4.16.0
    • Monitoring
    • None
    • Quality / Stability / Reliability
    • False
    • Hide

      None

      Show
      None
    • 1
    • 1
    • None
    • None
    • None
    • MON Sprint 279
    • 1
    • Done
    • Bug Fix
    • Hide
      Before this update, a Kube State Metrics (KSM) deny-list had typographical errors as demonstrated in the following example:
      +
      [source,terminal,subs=""verbatim""]
      ----
      --metric-denylist=
                ^kube_secret_labels$,
                ^kube_.+_annotations$
                ^kube_customresource_.+_annotations_info$,
                ^kube_customresource_.+_labels_info$,
      ----
      +
      With this release, a missing comma is now included as shown in the following example:
      +
      [source,terminal,subs=""verbatim""]
      ----
      --metric-denylist=
                ^kube_secret_labels$,
                ^kube_.+_annotations$,
                ^kube_customresource_.+_annotations_info$,
                ^kube_customresource_.+_labels_info$,
      ----
      +
      As a result, the entries are correctly separated. (link:https://issues.redhat.com/browse/OCPBUGS-64581[OCPBUGS-64581])
      Show
      Before this update, a Kube State Metrics (KSM) deny-list had typographical errors as demonstrated in the following example: + [source,terminal,subs=""verbatim""] ---- --metric-denylist=           ^kube_secret_labels$,           ^kube_.+_annotations$           ^kube_customresource_.+_annotations_info$,           ^kube_customresource_.+_labels_info$, ---- + With this release, a missing comma is now included as shown in the following example: + [source,terminal,subs=""verbatim""] ---- --metric-denylist=           ^kube_secret_labels$,           ^kube_.+_annotations$,           ^kube_customresource_.+_annotations_info$,           ^kube_customresource_.+_labels_info$, ---- + As a result, the entries are correctly separated. (link: https://issues.redhat.com/browse/OCPBUGS-64581 [ OCPBUGS-64581 ])
    • 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:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: