• k8s-merge-robot's avatar
    Merge pull request #25273 from ncdc/exec-sigwinch · 50172148
    k8s-merge-robot authored
    Automatic merge from submit-queue
    
    Support terminal resizing for exec/attach/run
    
    ```release-note
    Add support for terminal resizing for exec, attach, and run. Note that for Docker, exec sessions
    inherit the environment from the primary process, so if the container was created with tty=false,
    that means the exec session's TERM variable will default to "dumb". Users can override this by
    setting TERM=xterm (or whatever is appropriate) to get the correct "smart" terminal behavior.
    ```
    
    Fixes #13585
    50172148
Name
Last commit
Last update
..
cache Loading commit data...
chaosclient Loading commit data...
clientset_generated Loading commit data...
leaderelection Loading commit data...
metrics Loading commit data...
record Loading commit data...
restclient Loading commit data...
testdata Loading commit data...
testing/core Loading commit data...
transport Loading commit data...
typed Loading commit data...
unversioned Loading commit data...
OWNERS Loading commit data...