You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When inspecting pods on a specific node, I need a way to quickly determine which pods belong to DaemonSets and which belong to ReplicaSets. Currently, this requires additional queries, making troubleshooting and analysis less efficient.
Describe the solution you'd like
I’d like an option to add a column in the Pods view that displays the controller type (e.g., DaemonSet, ReplicaSet). Ideally, this should be configurable via the views.yaml file.
Describe alternatives you've considered
Using kubectl with custom queries to retrieve pod controllers.
Using alternative tools like Lens or OpenLens, though I'd prefer to have this feature directly in K9s.
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When inspecting pods on a specific node, I need a way to quickly determine which pods belong to DaemonSets and which belong to ReplicaSets. Currently, this requires additional queries, making troubleshooting and analysis less efficient.
Describe the solution you'd like
I’d like an option to add a column in the Pods view that displays the controller type (e.g., DaemonSet, ReplicaSet). Ideally, this should be configurable via the views.yaml file.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: