-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
add --sort? #177
Comments
Hi, |
Honestly not sure :) maybe --sort=-2 sorts the 2nd col descending, I don't know. Might complicate things quite a bit. |
I came to open this issue again :D I think I'm trying to figure out answers to something like: show me namespaces with most cpu allocations. e.g.
even this would go a long way. I think also, while scrolling down the list and examining results by eye, human-readable ints like |
I guess you have a typo in your sample
I'll see how to provide a first cli for this, but may be more sql like |
This plugin is great! I use it daily, but sometimes I find myself doing
kubectl view-allocations -g namespace -r cpu
to see which namespaces have the most allocations. But finding that right now is manual. I think it can be applied to other resources too.(I actually tried to add this myself but sadly my Rust skills are non-existent.)
The text was updated successfully, but these errors were encountered: