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

-o=csv causing stack overflow

ahmetb opened this issue · comments

I have a sizable cluster and all these are crashing:

  • kubectl view-allocations -g node -r cpu -o=csv
  • kubectl view-allocations -g namespace -r cpu -o=csv

with error:

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

no issue with the -o=table format.

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