-
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
docker: Choose the appropriate bridge interface when multiple exist #9062
Conversation
Hi @kadern0. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: kadern0 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Can one of the admins verify this patch? |
Travis tests have failedHey @kadern0, 1st Buildmake test
TravisBuddy Request Identifier: 9950b410-e449-11ea-ae1e-a7d25f4a9615 |
Travis tests have failedHey @kadern0, 1st Buildmake test
TravisBuddy Request Identifier: 587e3e10-e44b-11ea-ae1e-a7d25f4a9615 |
/ok-to-test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved, though I have some further suggestions on how to improve your code.
kvm2 Driver |
Travis tests have failedHey @kadern0, 1st Buildmake test
TravisBuddy Request Identifier: c9c43790-e4d8-11ea-862b-338b6fa79dcf |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the Docker Jenkins tests looks suspectious
Jenkins: completed with 41 / 182 failures in 39.68 minute(s).
https://storage.googleapis.com/minikube-builds/logs/9062/d98d5a7/Docker_Linux.html
@kadern0
here is the exact error
E0822 17:48:33.225866 17234 start.go:97] Unable to get host IP: unable to determine bridge network id from "eb45893fedc6"
*
X failed to start node: startup failed: Failed to setup kubeconfig: unable to determine bridge network id from "eb45893fedc6"
*
That's interesting. When I run this test locally, it passes:
Although, I can see in this test that there was some issue with the network before reaching the new code part:
Can you trigger another test to rule out any external issue that could have impacted the test? |
I think this PR will be obsolete by this #9094 |
@medyagh I've just tested it and it does start without any issue. Closing this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I ran into this recently, so I got a chance to try out this PR. Since #9094 is still a WIP, I re-opened it in order to patch it in more easily. I've noted the two bugs that prevent this PR from working on Linux.
@medyagh - is #9094 something we plan to merge this week, or should we aim for this PR instead?
Signed-off-by: Pablo Caderno <kaderno@gmail.com>
I can confirm that this fixes my issue. Thank you! |
Signed-off-by: Pablo Caderno kaderno@gmail.com