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

custom columns based on the pod label #3050

Open
eahangari-8x8 opened this issue Jan 3, 2025 · 2 comments
Open

custom columns based on the pod label #3050

eahangari-8x8 opened this issue Jan 3, 2025 · 2 comments

Comments

@eahangari-8x8
Copy link




Is your feature request related to a problem? Please describe.
Im running the EKS clusters and I would prefer to see what AZ is used for the pod on the nodes, I see the column for the nodes in the pod view, but the node itself has the following label for example
topology.kubernetes.io/zone: us-west-2c

so it would be nice to have the ability to have a column in the pods view to see the AZ of the node.

Describe the solution you'd like
something like

  v1/pods:
    columns:
      - AGE
      - NAMESPACE
      - NAME
      - AZ

Describe alternatives you've considered
kubectl

Additional context
N/A

@KevinGimbel
Copy link

Interesting request, thank you! We already expose the LABELS as column so I guess a "convention" to filter label values down would make sense, maybe something like LABELS['topology.kubernetes.io/zone'] as key in the columns.

I'll see if I can come up with something.

@eahangari-8x8
Copy link
Author

Interesting request, thank you! We already expose the LABELS as column so I guess a "convention" to filter label values down would make sense, maybe something like LABELS['topology.kubernetes.io/zone'] as key in the columns.

I'll see if I can come up with something.

wow Kevin, thanks for you comment, would love to see that feature. I love K9S😍

KevinGimbel added a commit to KevinGimbel/k9s that referenced this issue Jan 22, 2025
KevinGimbel added a commit to KevinGimbel/k9s that referenced this issue Jan 22, 2025
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

2 participants