feat : Add Node column to Events table in Overview (#4920)#4934
feat : Add Node column to Events table in Overview (#4920)#4934Utkarshpandey0001 wants to merge 1 commit intokubernetes-sigs:mainfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Utkarshpandey0001 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Pull request overview
Adds an optional “Node” column to the Cluster Overview global Events table to help identify whether warnings/errors are concentrated on a specific machine, while keeping the default table uncluttered by hiding the column initially.
Changes:
- Introduced a new Events table column (
id: 'node') labeled “Node”. - Populated the column from
event.source?.hostand set it toshow: falseby default (available via the column chooser).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This PR addresses a feature request to add a "Node" column to the global Events table on the Cluster Overview page. It allows users to quickly see if warnings or errors are mostly isolated to a particular machine.
As requested, this column is completely optional. It is hidden by default (show: false) so it does not clutter the default view, but it exists as a selectable option within the "Show/Hide Columns" picker in the events table header.