ahmetb / kubectl-foreach

Run kubectl commands in all/some contexts in parallel (similar to GNU xargs+parallel)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

output table misalignment

keremcankabadayi opened this issue · comments

im getting pods from multi clusters. result is looking like. is there bug or needed options or smth?

image

This is very normal. We don't realign kubectl output. And each kubectl run's column width is determined by max length value in that column, which probably differs by cluster.