-
Notifications
You must be signed in to change notification settings - Fork 1.4k
🐛 Fix autoscaler e2e test flake #12613
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
🐛 Fix autoscaler e2e test flake #12613
Conversation
9cffa65 to
836311c
Compare
|
/test pull-cluster-api-e2e-main |
Signed-off-by: Stefan Büringer [email protected]
836311c to
5ffee12
Compare
|
/test pull-cluster-api-e2e-main |
|
/test pull-cluster-api-e2e-main Unrelated flake |
|
/assign @JoelSpeed @elmiko @mboersma @sivchari |
|
/assign @chrischdi |
neolit123
left a comment
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.
/lgtm
|
LGTM label has been added. Git tree hash: 499fb2d03310c160a9b91d523e2debb8d3fb5582
|
|
i'm not overly familiar with the framework changes, but this makes sense to me. /lgtm |
|
/approve Given lgtm's above |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sbueringer The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/cherry-pick release-1.11 |
|
@sbueringer: new pull request created: #12627 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. |
Signed-off-by: Stefan Büringer [email protected]
What this PR does / why we need it:
We recently started running the autoscaler test with
ScaleToAndFromZero: true. Since then there were a few flakes like this: https://prow.k8s.io/view/gs/kubernetes-ci-logs/logs/periodic-cluster-api-e2e-mink8s-main/1954475054460833792I think the problem is:
count(Nodes) + 1as replicas)Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close the issue(s) when PR gets merged):Fixes #