[kubectl] terminal dimensions not exported with 'exec' command #13585
Closed
Description
When using kubectl exec
the terminal dimensions are always set to 80x24 instead of matching the client's layout.
Of course it is possible to insert "env COLUMNS=$COLUMNS LINES=$LINES" before every command, but this is not very usable.