davidB / kubectl-view-allocations

kubectl plugin to list allocations (cpu, memory, gpu,... X utilization, requested, limit, allocatable,...)
https://crates.io/crates/kubectl-view-allocations
Creative Commons Zero v1.0 Universal
665 stars 42 forks source link

-o=csv causing stack overflow #200

Closed ahmetb closed 2 years ago

ahmetb commented 2 years ago

I have a sizable cluster and all these are crashing:

with error:

thread 'main' has overflowed its stack
fatal runtime error: stack overflow

no issue with the -o=table format.

ahmetb commented 2 years ago

My bad, seems to be fixed on the last version.