k9s icon indicating copy to clipboard operation
k9s copied to clipboard

Nested attributes as columns in views

Open wolffberg opened this issue 2 years ago • 0 comments




Is your feature request related to a problem? Please describe. When using EKS you cannot easily add roles or names to nodes1 which results in a messy node view. If you have multiple different node groups all nodes look the same.

Describe the solution you'd like I would like to create my own custom columns from e.g. Labels2. It could look something like this

views:
  v1/nodes:
    columns:
      - AGE
      - NAME
      - PODS
      - STATUS
      - READY
      - LABELS.custom.label/name

Describe alternatives you've considered I tried using the LABELS view but as nodes usually have a lot of labels this is not a good option.

image

wolffberg avatar Feb 05 '24 15:02 wolffberg