-
Notifications
You must be signed in to change notification settings - Fork 40k
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
e2e flake: deployment should support rollover [minUnavailable/maxSurge violated] #22719
Comments
kubernetes-jenkins/logs/kubernetes-e2e-gce/13020
|
See also #21810 |
Looking at the controller-manager log, this is similar to #21810: the old RS is scaled up (when it should be scaled down) unexpectedly. |
Removing from v1.2 unless/until this recurs |
Watching if #22828 fixes this failure mode. |
Failed again: #22872 (comment)
|
The scaling events look right, but one of the old replicas's status.replicas and spec.replicas doesn't look right.
|
|
In the e2e test log, |
Looks like the RSes are correctly scaled up/down, and the replica count is updated right, but the e2e test |
I think it's because in |
Good catch! FWIW, there is no such thing as "atomic", except for individual keys in etcd. The functions being called were mutating, not just polling. |
Another two occurrences:
|
cc @pwittrock |
Closing in favor of #26509 |
kubernetes-jenkins/logs/kubernetes-e2e-gce/12967
cc @janetkuo
The text was updated successfully, but these errors were encountered: