davidB / kubectl-view-allocations

kubectl plugin to list allocations (cpu, memory, gpu,... X utilization, requested, limit, allocatable,...)

Home Page:https://crates.io/crates/kubectl-view-allocations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Filter output to worker nodes

McSlow opened this issue · comments

Hi, is it somehow possible to filter out non-allocatable nodes ( like nodes with control-plane role ).
Most of the time i'm only interested in worker nodes and the control plane nodes are just cluttering the output.
If not this might be an easy-to-implement feature request :)

thanks,
Bjoern

Thanks for the suggestion, TBH I don't know how to do it yet.
I'll look at it (maybe next week)