-
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
TestVersionUpgrade on none: error: failed to create listener... bind: address already in use #4418
Comments
and this is the random fail I got for OS X Virtualbox integration test:
|
here is one failure on linux kvm seems like might need retry logic for downloading binaries
|
another error on linux KVM
|
A diff error on
|
|
I feel like this has increased frequency recently, perhaps related to v1.15.0? |
I don't know about 1.15.0 yet, but it has been feeling for the following reasons mainly:
|
Issue still there for restarting on none:
|
Please feel free to re-open this issue if seen again ! |
unfortunately this still happens, for some reason the systemctl wont release the port somttimes ! we need to add some proc kill in the code to release the port |
Related and/or dupe: #5332 |
One of the reason is sometimes systemctl holds the port for little longer so when docker tries to bind the port it gets failed so the best solution is to stop minikube cluster then stop docker hold for atleast 30 seconds and then start docker first and then start your minikube cluster it will solver the problem |
the TestVersionUpgrade randomly fails sometimes in the integration tests.
with error
The text was updated successfully, but these errors were encountered: