Bug 1806640
Summary: | PodDisruptionBudgetAtLimit and PodDisruptionBudgetLimit alerts may trigger evaluation errors | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Simon Pasquier <spasquie> |
Component: | kube-controller-manager | Assignee: | Maciej Szulik <maszulik> |
Status: | CLOSED ERRATA | QA Contact: | zhou ying <yinzhou> |
Severity: | low | Docs Contact: | |
Priority: | medium | ||
Version: | 4.3.z | CC: | aos-bugs, lcosic, mfojtik, nmoraiti |
Target Milestone: | --- | ||
Target Release: | 4.5.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-07-13 17:20:43 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Simon Pasquier
2020-02-24 16:42:24 UTC
*** Bug 1810947 has been marked as a duplicate of this bug. *** This bug hasn't had any activity in the last 30 days. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. As such, we're marking this bug as "LifecycleStale" and decreasing severity from "medium" to "low". If you have further information on the current state of the bug, please update it, otherwise this bug will be automatically closed in 7 days. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. The issue still exists. Since the fix is trivial and described in the ticket, I've sent a PR. (In reply to Simon Pasquier from comment #3) > The issue still exists. Since the fix is trivial and described in the > ticket, I've sent a PR. Thanks! Moving this back to backlog. Can't reproduce the issue now with payload: 4.5.0-0.nightly-2020-05-18-012833 [root@dhcp-140-138 ~]# oc get deployment NAME READY UP-TO-DATE AVAILABLE AGE cluster-monitoring-operator 0/0 0 0 7h55m grafana 1/1 1 1 7h34m kube-state-metrics 2/2 2 2 7h44m [root@dhcp-140-138 ~]# oc get deployment -n openshift-cluster-version NAME READY UP-TO-DATE AVAILABLE AGE cluster-version-operator 0/0 0 0 8h alert: PodDisruptionBudgetAtLimit expr: max by(namespace, poddisruptionbudget) (kube_poddisruptionbudget_status_expected_pods == kube_poddisruptionbudget_status_desired_healthy) for: 15m labels: severity: warning annotations: message: The pod disruption budget is preventing further disruption to pods because it is at the minimum allowed level. OK 19.057s ago 345.8us alert: PodDisruptionBudgetLimit expr: max by(namespace, poddisruptionbudget) (kube_poddisruptionbudget_status_expected_pods < kube_poddisruptionbudget_status_desired_healthy) for: 15m labels: severity: critical annotations: message: The pod disruption budget is below the minimum number allowed pods. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:2409 *** Bug 1940392 has been marked as a duplicate of this bug. *** |