Bug 2058515 - SNO cluster: poddisruptionbudget ovn-raft-quorum-guard caused alert PodDisruptionBudgetAtLimit
Summary: SNO cluster: poddisruptionbudget ovn-raft-quorum-guard caused alert PodDisrup...
Keywords:
Status: CLOSED DUPLICATE of bug 2057957
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Networking
Version: 4.9
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: ---
Assignee: Omer Tuchfeld
QA Contact: Anurag saxena
URL:
Whiteboard:
: 2058517 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-02-25 08:17 UTC by hongyan li
Modified: 2022-02-28 15:00 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-02-28 15:00:38 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description hongyan li 2022-02-25 08:17:04 UTC
Description of problem:
poddisruptionbudget ovn-raft-quorum-guard under openshift-ovn-kubernetes caused alert PodDisruptionBudgetAtLimit

% oc -n openshift-ovn-kubernetes get poddisruptionbudget
NAME                    MIN AVAILABLE   MAX UNAVAILABLE   ALLOWED DISRUPTIONS   AGE
ovn-raft-quorum-guard   1               N/A               0                     5h27m

 % oc -n openshift-monitoring exec -c prometheus prometheus-k8s-0 -- curl -k -H "Authorization: Bearer $token" 'https://alertmanager-main.openshift-monitoring.svc:9094/api/v1/alerts' | jq|grep -A20 PodDisruptionBudgetAtLimit                                                                                                                                                         
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  4258    0  4258    0     0   346k      0 --:--:-- --:--:-- --:--:--  346k
        "alertname": "PodDisruptionBudgetAtLimit",
        "namespace": "openshift-ovn-kubernetes",
        "poddisruptionbudget": "ovn-raft-quorum-guard",
        "prometheus": "openshift-monitoring/k8s",
        "severity": "warning"
      },
      "annotations": {
        "message": "The pod disruption budget is preventing further disruption to pods because it is at the minimum allowed level."
      },
      "startsAt": "2022-02-25T05:56:16.083Z",
      "endsAt": "2022-02-25T08:18:16.083Z",
      "generatorURL": "https://prometheus-k8s-openshift-monitoring.apps.qeci-34154.qe.devcluster.openshift.com/graph?g0.expr=max+by%28namespace%2C+poddisruptionbudget%29+%28kube_poddisruptionbudget_status_current_healthy+%3D%3D+kube_poddisruptionbudget_status_desired_healthy%29&g0.tab=1",
      "status": {
        "state": "active",
        "silencedBy": null,
        "inhibitedBy": null
      },
      "receivers": [
        "Default"
      ],
      "fingerprint": "d5593bc9daeaa692"


Version-Release number of selected component (if applicable):
4.9.17-assembly.art3819

How reproducible:
always

Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:
Found poddisruptionbudget ovn-raft-quorum-guard exists for profile
aos-4_9/upi-on-baremetal/versioned-installer-packet-sno_bip-disk_encryption-etcd_encryption
aos-4_9/ipi-on-aws/versioned-installer-customer_vpc-disconnected-sno-ci

Not exists for profile
aos-4_9/ipi-on-aws/versioned-installer

Suppose the poddisruptionbudget only exists when networkType is "OVNKubernetes"

Comment 1 ffernand 2022-02-28 14:50:29 UTC
*** Bug 2058517 has been marked as a duplicate of this bug. ***

Comment 2 Omer Tuchfeld 2022-02-28 15:00:38 UTC

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


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