-
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
multi node docker ubuntu failures FreshStart #9096
Comments
So the important part of the error is:
So either the control plane is legitimately timing out responding to the join command, or is actually rejecting it because of some token nonsense. It only seems to be happening on the gh action machines, so I'll open a PR with some extra debugging so I can pin down what's actually happening. |
Using #9146 as my debugging playground. |
any new detaills @sharifelgamal ? maybe we can add a docker network ls and docker docker network inspect bridge... in your debug pr (in gh action) to see if network is werid or not |
network info:
seems pretty normal to me |
Turns out static IP was breaking this, the revert PR at #9166 will fix this for now. We'll have to be mindful of this test when we re-implement static IP. |
as seen on all gh action tests on Head
The text was updated successfully, but these errors were encountered: