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. #3011

Open
eahangari-8x8 opened this issue Dec 4, 2024 · 0 comments
Open

Custom columns. #3011

eahangari-8x8 opened this issue Dec 4, 2024 · 0 comments

Comments

@eahangari-8x8
Copy link

eahangari-8x8 commented Dec 4, 2024




Is your feature request related to a problem? Please describe.
There is no problem, and I love k9s.

Describe the solution you'd like
I would like to have more control on the views of the resources and the most important one is node view, I like to be able to show the instance type taints and Availability zones in my eks clusters.( AZ is really important )

Describe alternatives you've considered
Currently I have to open another shell to use kubectl to get my information. I tried the views.yaml but it seems it is not working as I expected.

Additional context
N/A

views:
   v1/nodes:
      columns:
          - Capacity-Type: .metadata.labels.eks\.amazonaws\.com/capacityType
          - Instance-Type: .metadata.labels.eks\.amazonaws\.com/instance-type
          - AZ: .metadata.labels.topology\.kubernetes\.io/zone
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