Bug 1914427
Summary: | Count of pods on the dashboard is incorrect | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Clayton Coleman <ccoleman> |
Component: | Management Console | Assignee: | Clayton Coleman <ccoleman> |
Status: | CLOSED ERRATA | QA Contact: | Yadan Pei <yapei> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.7 | CC: | abraren, aos-bugs, decarr, jokerman, spadgett, yapei |
Target Milestone: | --- | Keywords: | UpcomingSprint |
Target Release: | 4.7.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-02-24 15:51:26 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
Clayton Coleman
2021-01-08 19:57:53 UTC
*** Bug 1914424 has been marked as a duplicate of this bug. *** I imagine this change should also be applied to Project Overviews and the Inventory card's Pods row. Clicking "X Pods" in either card should then take the user to the Pods list filtered to exclude any completed/terminal pods. Found a couple more spots, needs another PR or two. Putting this back into MODIFIED, the other changes I was referring to will be a separate bug. project dashboard utilization is using query: count(kube_running_pod_ready{namespace='yapei47'}) BY (namespace) cluster dashboard utilization is using query: count(kube_running_pod_ready) This is VERIFIED against 4.7.0-0.nightly-2021-01-22-134922 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 (Moderate: OpenShift Container Platform 4.7.0 security, bug fix, and enhancement 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/RHSA-2020:5633 |