-
Notifications
You must be signed in to change notification settings - Fork 40.4k
1.17 Fix: Revert reflector changes of PR #83520 to fix #86483 #86791 #86824
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
1.17 Fix: Revert reflector changes of PR #83520 to fix #86483 #86791 #86824
Conversation
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://git.k8s.io/community/CLA.md#the-contributor-license-agreement to sign the CLA. It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.
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/test-infra repository. I understand the commands that are listed here. |
2 similar comments
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://git.k8s.io/community/CLA.md#the-contributor-license-agreement to sign the CLA. It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.
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/test-infra repository. I understand the commands that are listed here. |
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://git.k8s.io/community/CLA.md#the-contributor-license-agreement to sign the CLA. It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.
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/test-infra repository. I understand the commands that are listed here. |
5e071c1
to
a1ba57c
Compare
/retest |
/priority critical-urgent Once this is merged, we will rerun the scale HA upgrade test scenario on the 1.17 branch (this was already run with this fix to verify it resolved the bug, but will be verified post-merge as well) |
cc @kubernetes/patch-release-team for plans and timing of manual test post merge |
Patch Release Team approval: |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jpbetz, justaugustus, liggitt 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 |
@mm4tt will run the final tests to make a final confirmation for the release branch |
I ran the test from at kubernetes:release-1.17 head today and can confirm that revert fixed the problem. If someone is interested the grafana for the test can be found here |
What type of PR is this?
/kind bug
What this PR does / why we need it:
#83520 caused a regression in v1.17.0. Reflector relists are causing master rolling upgrade to fail for large clusters due to excessive list calls to etcd. See #86483.
Per #86430 (comment), we're reverting the reflector changes of #83520 in 1.17.
Which issue(s) this PR fixes:
Fixes #86483
Special notes for your reviewer:
This rolls back only the reflector changes. The server side changes were already tested for backward compatibility with old reflectors and are safe.
The pager change is left in place since they are unrelated to the regression. Note that #85272 is related and should be considered when reviewing.
Does this PR introduce a user-facing change?:
/cc @wojtek-t @liggitt @smarterclayton
/sig api-machinery