Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to add pod controller type column in pods view #3090

Open
maanti opened this issue Jan 29, 2025 · 0 comments
Open

Ability to add pod controller type column in pods view #3090

maanti opened this issue Jan 29, 2025 · 0 comments

Comments

@maanti
Copy link

maanti commented Jan 29, 2025




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

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

No branches or pull requests

1 participant