-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Fail Fast-er if can't Waiting for SSH to be available. #6608
Labels
priority/backlog
Higher priority than priority/awaiting-more-evidence.
Comments
medyagh
changed the title
fail libmachine can't ssh to machine
Fail Fast if libmachine can't ssh to machine
Feb 13, 2020
medyagh
added
the
priority/backlog
Higher priority than priority/awaiting-more-evidence.
label
Feb 13, 2020
more info
|
medyagh
changed the title
Fail Fast if libmachine can't ssh to machine
Fail Fast if can't Waiting for SSH to be available.
Feb 13, 2020
medyagh
changed the title
Fail Fast if can't Waiting for SSH to be available.
Fail Fast-er if can't Waiting for SSH to be available.
Feb 13, 2020
priyawadhwa
pushed a commit
to priyawadhwa/minikube
that referenced
this issue
Feb 13, 2020
Integration tests were running long because we'd wait up to 22 minutes for SSH to succeed while creating the host. This commit introduces a two minute timer on creating the host. On my Macbook Pro with the docker driver, creating the host takes 5 seconds, so 2 minutes should be more than enough time. Should fix kubernetes#6608
priyawadhwa
pushed a commit
to priyawadhwa/minikube
that referenced
this issue
Feb 13, 2020
Integration tests were running long because we'd wait up to 22 minutes for SSH to succeed while creating the host. This commit introduces a two minute timer on creating the host. On my Macbook Pro with the docker driver, creating the host takes 5 seconds, so 2 minutes should be more than enough time. Refer to kubernetes#6608
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
while debuging with @priyawadhwa we saw that minikube tests were waiting a long time to lib machine ssh
The text was updated successfully, but these errors were encountered: