Bug 1944768 - [s390x] PodDisruptionBudgetAtLimit for image-registry
Summary: [s390x] PodDisruptionBudgetAtLimit for image-registry
Keywords:
Status: CLOSED DUPLICATE of bug 1944762
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Image Registry
Version: 4.8
Hardware: s390x
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Oleg Bulatov
QA Contact: Wenjing Zheng
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-03-30 16:10 UTC by Timothée Ravier
Modified: 2021-03-31 23:16 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-03-31 23:16:18 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Timothée Ravier 2021-03-30 16:10:21 UTC
Description of problem:
fail [github.com/openshift/origin/test/extended/prometheus/prometheus.go:79]: Unexpected error:
    <errors.aggregate | len:1, cap:1>: [
        {
            s: "promQL query returned unexpected results:\n\nsort_desc((\ncount_over_time(ALERTS{alertname!~\"Watchdog|AlertmanagerReceiversNotConfigured\",alertstate=\"firing\",severity!=\"info\"}[11m8s:1s]) unless\ncount_over_time(ALERTS{alertname=\"AggregatedAPIDown\",name=\"v1alpha1.wardle.example.com\",alertstate=\"firing\"}[11m8s:1s])\n) > 0)\n[\n  {\n    \"metric\": {\n      \"alertname\": \"PodDisruptionBudgetAtLimit\",\n      \"alertstate\": \"firing\",\n      \"namespace\": \"openshift-image-registry\",\n      \"poddisruptionbudget\": \"image-registry\",\n      \"prometheus\": \"openshift-monitoring/k8s\",\n      \"severity\": \"warning\"\n    },\n    \"value\": [\n      1617074354.765,\n      \"328\"\n    ]\n  }\n]",
        },
    ]
    promQL query returned unexpected results:
    
    sort_desc((
    count_over_time(ALERTS{alertname!~"Watchdog|AlertmanagerReceiversNotConfigured",alertstate="firing",severity!="info"}[11m8s:1s]) unless
    count_over_time(ALERTS{alertname="AggregatedAPIDown",name="v1alpha1.wardle.example.com",alertstate="firing"}[11m8s:1s])
    ) > 0)
    [
      {
        "metric": {
          "alertname": "PodDisruptionBudgetAtLimit",
          "alertstate": "firing",
          "namespace": "openshift-image-registry",
          "poddisruptionbudget": "image-registry",
          "prometheus": "openshift-monitoring/k8s",
          "severity": "warning"
        },
        "value": [
          1617074354.765,
          "328"
        ]
      }
    ]
occurred

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

How reproducible:

Failing since 2021-03-26:
https://prow.ci.openshift.org/job-history/gs/origin-ci-test/logs/release-openshift-ocp-installer-e2e-remote-libvirt-image-ecosystem-s390x-4.8

Comment 1 Prashanth Sundararaman 2021-03-31 13:36:54 UTC
this is a dup of https://bugzilla.redhat.com/show_bug.cgi?id=1944762

Comment 2 W. Trevor King 2021-03-31 23:16:18 UTC

*** This bug has been marked as a duplicate of bug 1944762 ***


Note You need to log in before you can comment on or make changes to this bug.