Bug 1809813
Summary: | Node events missing link in console | ||||||
---|---|---|---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Samuel Padgett <spadgett> | ||||
Component: | Management Console | Assignee: | Samuel Padgett <spadgett> | ||||
Status: | CLOSED ERRATA | QA Contact: | Yadan Pei <yapei> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 4.4 | CC: | aos-bugs, jokerman | ||||
Target Milestone: | --- | ||||||
Target Release: | 4.5.0 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: |
Previously, some node events would not show the node name when viewed in the OpenShift console events page. The events now correctly link to the corresponding node.
|
Story Points: | --- | ||||
Clone Of: | Environment: |
Version: 4.5.0-0.ci-2020-03-03-154145
Cluster ID: 629b7da2-b56f-4e6d-b7fc-71886a81ecbf
Browser: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:73.0) Gecko/20100101 Firefox/73.0
|
|||||
Last Closed: | 2020-07-13 17:17:56 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: | |||||||
Attachments: |
|
The events stream will show the object resource icon. 4.5.0-0.nightly-2020-03-17-201105 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 |
Created attachment 1667325 [details] Missing event object for node events See screenshot. Node events don't have an API version in their involved object. This field is optional. The CLI has a RESTMapper that determines the API version and group from discovery. Console should handle this as well.