I have Linux mint 18, the remote machine have Ubuntu 16.04.
When I setup remote session via ssh sometimes it is broken:
As you can see it is restricted by 80x40, but I expect it should take full screen
Sometimes it takes full window, sometimes not.
How to fix that? it should take whole window always.
UPD
I miss major information. I ssh on host then I enter into container:
`kubectl --namespace=$NAMESPACE exec -ti `kubectl --namespace=$NAMESPACE get pods | grep $NAME | cut -f 1 -d ' '` bash`
UPD
$ gnome-terminal --version
GNOME Terminal 3.18.3
A terminal emulator for the GNOME desktop Using VTE version 0.42.5 +GNUTLS
UPD
stty size
0 0

