Bug 1857248
Summary: | KubeQuotaExceeded fires even if quota is not _exceeded_ | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Rick Rackow <rrackow> |
Component: | Monitoring | Assignee: | Rick Rackow <rrackow> |
Status: | CLOSED ERRATA | QA Contact: | Junqi Zhao <juzhao> |
Severity: | low | Docs Contact: | |
Priority: | medium | ||
Version: | 4.5 | CC: | alegrand, anpicker, erooth, juzhao, kakkoyun, lcosic, mloibl, nmalik, pkrupa, rrackow, surbania |
Target Milestone: | --- | ||
Target Release: | 4.5.z | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | 1846707 | Environment: | |
Last Closed: | 2020-08-10 13:50:20 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1846707 | ||
Bug Blocks: |
Description
Rick Rackow
2020-07-15 14:26:52 UTC
tested with 4.5.0-0.nightly-2020-07-30-020337,KubeQuotaExceeded is changed to KubeQuotaFullyUsed ********************** - alert: KubeQuotaFullyUsed annotations: message: Namespace {{ $labels.namespace }} is using {{ $value | humanizePercentage }} of its {{ $labels.resource }} quota. expr: | kube_resourcequota{namespace=~"(openshift-.*|kube-.*|default|logging)",job="kube-state-metrics", type="used"} / ignoring(instance, job, type) (kube_resourcequota{namespace=~"(openshift-.*|kube-.*|default|logging)",job="kube-state-metrics", type="hard"} > 0) >= 1 for: 15m labels: severity: info ********************** 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 (OpenShift Container Platform 4.5.5 bug fix update), 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:3188 |