Skip to content

Add Kernel Version column to the Nodes list - #2411

Open
rpardini wants to merge 1 commit into
freelensapp:mainfrom
rpardini:nodes-kernel-version-column
Open

Add Kernel Version column to the Nodes list#2411
rpardini wants to merge 1 commit into
freelensapp:mainfrom
rpardini:nodes-kernel-version-column

Conversation

@rpardini

@rpardini rpardini commented Aug 7, 2026

Copy link
Copy Markdown

The kernel version is already shown in the Node detail drawer, but comparing it across a cluster meant opening each node one at a time.

Add it as a sortable and searchable column in the Nodes table, placed next to the existing kubelet Version column. It is listed in defaultHiddenTableColumns, so it starts hidden like Pods, Instance Type, Node Group and Capacity, and is enabled from the column visibility menu.

The value comes from a new Node.getKernelVersion() accessor, mirroring getKubeletVersion() including its "" fallback.

Assisted-by: Claude Opus 5 noreply@anthropic.com

The kernel version is already shown in the Node detail drawer, but
comparing it across a cluster meant opening each node one at a time.

Add it as a sortable and searchable column in the Nodes table, placed
next to the existing kubelet Version column. It is listed in
defaultHiddenTableColumns, so it starts hidden like Pods, Instance
Type, Node Group and Capacity, and is enabled from the column
visibility menu.

The value comes from a new Node.getKernelVersion() accessor, mirroring
getKubeletVersion() including its "<unknown>" fallback.

Assisted-by: Claude Opus 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant