"The maximum number of VPCs has been reached" test failure causing flakes #5415
Labels
kind/flake
Categorizes issue or PR as related to a flaky test.
needs-priority
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
/kind flake
/triage accepted
What steps did you take and what happened:
[A clear and concise description of what the bug is.]
CI jobs are often failing with
failed to create new managed VPC: failed to create vpc: The maximum number of VPCs has been reached
This happens on unit tests, and sometimes the unit tests still pass despite this reported failure. See here for one such case.
What did you expect to happen:
CI would not fail on VPC limits so often.
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
This code is found in
cluster-api-provider-aws/controllers/awscluster_controller_test.go
Line 569 in dcea94f
Environment:
main
, over several monthskubectl version
): 1.28 and laterThe text was updated successfully, but these errors were encountered: