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

If I use watch, formatting is off

mercer opened this issue · comments

With watch

image

Without watch

watch kubectl view-allocations -g namespace

image

Suggestion

Would be nice to have a built-in way to have watch. Don't see an option in help.

image

I guess you invert the screenshots (with and without).

if the issue is the indentation you can try

watch --color kubectl view-allocations -g namespace