-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Comments
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 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😍 |
This reverts commit a63b480.
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
Describe alternatives you've considered
kubectl
Additional context
N/A
The text was updated successfully, but these errors were encountered: