Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kube Terminal: Appears to hang if it takes a while to start up #506

Merged
merged 11 commits into from
Sep 22, 2020

Conversation

nwmac
Copy link
Member

@nwmac nwmac commented Sep 22, 2020

Typically occurs on first load when the container image has to be fetched and thus it takes a while.

The back-end times out reading from the front-end - which obviously hasn't send any key strokes - but the terminal looks okay, but typing does not send anything to the terminal.

Fixes #505

@nwmac nwmac added the bug Something isn't working label Sep 22, 2020
@nwmac nwmac self-assigned this Sep 22, 2020
@codecov-commenter
Copy link

codecov-commenter commented Sep 22, 2020

Codecov Report

Merging #506 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #506   +/-   ##
=======================================
  Coverage   57.83%   57.83%           
=======================================
  Files        1063     1063           
  Lines       34428    34428           
  Branches     4890     4890           
=======================================
  Hits        19910    19910           
  Misses      14518    14518           

@nwmac nwmac added the ready for review Ready for review label Sep 22, 2020
@richard-cox richard-cox merged commit ad9149f into master Sep 22, 2020
@richard-cox richard-cox deleted the fix-terminal-startup branch September 22, 2020 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ready for review Ready for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Kube Terminal hangs if container startup takes a while
3 participants