-
Notifications
You must be signed in to change notification settings - Fork 89
E2E failures post cluster-api version bump to v1.10 #2307
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
Comments
Regarding VPC cluster creation with subnet failure, it is occuring as 2 cluster creations are being triggered simultaneously in the same region during the e2e run causing the conflict
Need to identify why is it happening. |
how is this even possible? boskos is suppose to allocate a different region right? |
In e2e, one region is acquired per job. We have test cases for 2 cluster creations which usually run serially. As per the logs, I suspect they are being triggered together and hence causing the issue. |
Changing the nodes to 1 fixes the issue but not sure how we haven't encountered this until now when the flag was being set since the start. |
/close |
@Amulyam24: Closing this issue. In response to this:
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-sigs/prow repository. |
Uh oh!
There was an error while loading. Please reload this page.
FIx has been added to cluster-api v1.10.1
VPC cluster creation fails with load balancer stuck in update_pending state - infra issue and not because of version bump, will be handled separatelyThe text was updated successfully, but these errors were encountered: