-
Notifications
You must be signed in to change notification settings - Fork 352
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
Flaky scale integration test or scale intermittent issue #2250
Comments
It seems the scaling works as expected, as one of the pod is marked as deleted after the down-scaling:
But the pod is not actually deleted. Either it's just the timeout that's too short (60s), or there is an issue during the graceful shutdown of the Integration pod:
|
It seems related to kubernetes/kubernetes#97288. |
If the assumption is correct, the fix is provided with kubernetes/kubernetes#97980, that's been cherry-picked in 1.20.x with kubernetes/kubernetes#97998. Let me try bumping Kubernetes version used in CI to |
I'm running this problem many times during the last period (last time here). It seems that sometimes this test fails for no reasons, so, either the test is a flaky one or there is indeed some problem in the scaling. Whichever the case I think we should fix it.
The text was updated successfully, but these errors were encountered: