-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 with paths #755
Comments
First of all I would like to say that k9s is the most useful tool in whole k8s ecosystem for me. Thank you @derailed for making it available. It's very good suggestion by @nadenf |
Found this while also looking for a way that I could conveniently display the zone for my nodes view... Sounds like this would be a great way to accomplish that and more! |
This is an absolute killer feature ! |
This would be a great feature ! |
inspired by this, i created a k9s plugin to do reconcile and resume/suspend on helmreleases, kustomizations and git sources |
i added a plugin to allow showing of suspended resources, till custom columns based on spec will be available: #1584 |
A little over two years old, this would be a great feature. Lens looks fine, but I'd prefer to stick to k9s. |
@derailed sounds like must have feature. so much use cases in my head for custom columns. please think about that. |
Absolutely useful for PVs so I can see which AZ/region they're in. Same for nodes. |
It would be super useful for our Custom Resources which have a lot of annotations and labels that we would like to be able to filter easily. Of course I can use e.g. |
found this because I want to display the thanks so much for k9s ❤️ |
I'm a big fan of k9s! Just came accross the views.yml and it would be so cool to have it to work with paths! |
+1 |
I vote for it as well!
|
+1 for this |
+1 |
1 similar comment
+1 |
+ It would be great to see custom FluxCD Kustomization |
Hey checking in here, is this available in the latest k9s release? would love to see a column in my pods view showing availability zone |
+1 |
-- GPT-4 |
+1 |
Problem
I would like to have a new column in the Pods view to show a particular node selector label:
.spec.nodeSelector.type
Solution
Allow for an optional path field to be provided by the user for each column:
It would actually mimic the behaviour of kubectl:
And would solve #605 as well.
The text was updated successfully, but these errors were encountered: