Open
Description
Describe the bug
I've read both issues in the README about broken panels on k8s-views-nodes dashboard.
- My nodes have fixed IP addresses so it's not 1st issues.
- The
kube_node_info{node}
matchesnode_uname_info{nodename}
values, so doesn't seem like 2nd issue:
When reviewing the instance
variable, the label filter for nodename
has a regex filter which finds nothing. If I set it to be just $node
-- all panels render fine.
This works great:
This default value has broken panels:
Suggestions?
Running K3s: v1.32.5+k3s1 on bare metal Ubuntu 25.04.
How to reproduce?
No response
Expected behavior
No response
Additional context
No response