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

enable dedicated UWM Alertmanager, silence alert from the dev console, alert state on administrator console is Firing, not Silenced

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • 4.12.0, 4.11.z
    • Monitoring
    • None
    • Moderate
    • None
    • False
    • Hide

      None

      Show
      None

      Description of problem:

      this bug is from https://bugzilla.redhat.com/show_bug.cgi?id=2100860#c6

      1. enable user workload monitoring,

      # oc -n openshift-monitoring get cm cluster-monitoring-config -oyaml
      apiVersion: v1
      data:
        config.yaml: |
          enableUserWorkload: true
      kind: ConfigMap
      metadata:
        creationTimestamp: "2022-09-27T03:33:52Z"
        name: cluster-monitoring-config
        namespace: openshift-monitoring
        resourceVersion: "68798"
        uid: be0a4004-b474-443a-a364-c0435d3f99c4

      enable dedicated user workload monitoring Alertmanager

      # oc -n openshift-user-workload-monitoring get cm user-workload-monitoring-config -oyaml
      apiVersion: v1
      data:
        config.yaml: |
          alertmanager:
            enabled: true
      kind: ConfigMap
      metadata:
        creationTimestamp: "2022-09-27T03:33:06Z"
        name: user-workload-monitoring-config
        namespace: openshift-user-workload-monitoring
        resourceVersion: "68723"
        uid: ea7617a8-f712-478a-aade-c04ff827e45a 

      2.  Deploy an application + service monitor + alerting rule which fires always, samples see the attached file

      3. Go to the OCP developer console and silence the user project alert, user project alert could be silenced from developer console, but the user project alert status is still Firing, not Silenced in administrator console

       

      Version-Release number of selected component (if applicable):

      4.12.0-0.nightly-2022-09-26-111919

      How reproducible:

      always

      Steps to Reproduce:

      1. see the description
      2.
      3.
      

      Actual results:

      user project alert could be silenced from developer console, but the user project alert status is still Firing, not Silenced on administrator console

      Expected results:

      user project alert status is Silenced on administrator console

      Additional info:

       

        1. admin_console.png
          admin_console.png
          74 kB
        2. dev_console.png
          dev_console.png
          70 kB
        3. project.txt
          2 kB

            spasquie@redhat.com Simon Pasquier
            juzhao@redhat.com Junqi Zhao
            Junqi Zhao Junqi Zhao
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: