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

Handle completed pods properly

ktarplee opened this issue · comments

#79 fixed pods in Pending state to be counted properly but it accidentally introduced an issue when pods are no longer running (like completed jobs), they are still counted as consuming resources.