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

don't output csv

upszot opened this issue · comments

oc view-allocations -o csv

thread 'main' has overflowed its stack
fatal runtime error: stack overflow
Aborted (core dumped)

What is oc ?

OpenShift CLI (oc)

https://docs.openshift.com/container-platform/4.9/cli_reference/openshift_cli/getting-started-cli.html

oc view-allocations works perfect.. the only option that is not working is -o csv

in fact i just tried with kubectl and all other options work fine except csv export

[gferrer@cetus ~]$ kubectl view-allocations -o csv

thread 'main' has overflowed its stack
fatal runtime error: stack overflow
Aborted (core dumped)

fix in 0.15