Bug 1664430
Summary: | oc adm top doesn't work out of the box | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Jeremy Eder <jeder> |
Component: | Monitoring | Assignee: | Frederic Branczyk <fbranczy> |
Status: | CLOSED ERRATA | QA Contact: | Junqi Zhao <juzhao> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.1.0 | CC: | surbania, xtian |
Target Milestone: | --- | Keywords: | TestBlocker |
Target Release: | 4.1.0 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-06-04 10:41: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: |
Comment 1
Junqi Zhao
2019-01-09 02:19:38 UTC
This should be fixed as of https://github.com/openshift/cluster-monitoring-operator/pull/193 which landed yesterday and should have made its way to the update payload by now. Please test. Issue is fixed payload: # oc get clusterversion version -oyaml | grep payload payload: quay.io/openshift-release-dev/ocp-release@sha256:66cee7428ba0d3cb983bd2a437e576b2289e7fd5abafa70256200a5408b26644 $ oc adm top node NAME CPU(cores) CPU% MEMORY(bytes) MEMORY% ip-10-0-12-143.us-east-2.compute.internal 1503m 100% 4533Mi 61% ip-10-0-132-16.us-east-2.compute.internal 76m 5% 1391Mi 18% ip-10-0-140-137.us-east-2.compute.internal 398m 26% 2473Mi 33% ip-10-0-142-44.us-east-2.compute.internal 656m 43% 6119Mi 82% ip-10-0-146-165.us-east-2.compute.internal 188m 12% 3367Mi 45% ip-10-0-19-62.us-east-2.compute.internal 896m 59% 5754Mi 77% ip-10-0-44-193.us-east-2.compute.internal 632m 42% 5349Mi 72% $ oc adm top pods -n openshift-console NAME CPU(cores) MEMORY(bytes) console-operator-7f58c69899-q8c8k 0m 22Mi console-operator-7f58c69899-xhbgg 0m 25Mi console-operator-7f58c69899-xprqz 6m 33Mi openshift-console-594fcccf94-bcxk8 3m 18Mi openshift-console-594fcccf94-kv4p6 2m 15Mi openshift-console-594fcccf94-snq4g 6m 19Mi 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-2019:0758 |