Skip to content

feat : Add Node column to Events table in Overview (#4920)#4934

Open
Utkarshpandey0001 wants to merge 1 commit intokubernetes-sigs:mainfrom
Utkarshpandey0001:feat/event-node-column
Open

feat : Add Node column to Events table in Overview (#4920)#4934
Utkarshpandey0001 wants to merge 1 commit intokubernetes-sigs:mainfrom
Utkarshpandey0001:feat/event-node-column

Conversation

@Utkarshpandey0001
Copy link
Copy Markdown

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.

Screenshot 2026-03-21 at 6 29 17 PM

@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: Utkarshpandey0001
Once this PR has been reviewed and has the lgtm label, please assign illume for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot requested review from skoeva and sniok March 21, 2026 12:59
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Mar 21, 2026
@illume illume requested a review from Copilot March 23, 2026 07:35
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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?.host and set it to show: false by default (available via the column chooser).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants