-
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
Fix 1.2 paused deployment test failure against >1.4 cluster #32904
Fix 1.2 paused deployment test failure against >1.4 cluster #32904
Conversation
Proportionally scale deployments was introduced in v1.4 (kubernetes#20273), which caused this 1.2 test to fail on 1.4 clusters. This is cherrypicked into 1.2 merely for fixing test failues on kubernetes-e2e-gke-1.2-1.4-upgrade-cluster
Removing label |
Removing label |
@jfrazelle |
@k8s-bot test this issue: #IGNORE |
GCE e2e build/test passed for commit cfc8168. |
Commit found in the "release-1.2" branch appears to be this PR. Removing the "cherrypick-candidate" label. If this is an error find help to get your PR picked. |
…-deployment Fix 1.2 paused deployment test failure against >1.4 cluster
What this PR does / why we need it: Fixing upgrade test kubernetes-e2e-gke-1.2-1.4-upgrade-cluster
Proportionally scale deployments was introduced in v1.4 (#20273),
which caused this 1.2 test to fail on 1.4 clusters.
This is cherrypicked into 1.2 merely for fixing test failues on
kubernetes-e2e-gke-1.2-1.4-upgrade-cluster
Which issue this PR fixes (optional, in
fixes #<issue number>(, #<issue_number>, ...)
format, will close that issue when PR gets merged): fixes #32698Special notes for your reviewer: Code change is from https://github.com/kubernetes/kubernetes/blob/release-1.4/test/e2e/deployment.go#L663-L692
Release note:
This change is