-
Notifications
You must be signed in to change notification settings - Fork 42.1k
[kube-proxy/ipvs] Do not delete existing VS and RS when starting #75283
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
[kube-proxy/ipvs] Do not delete existing VS and RS when starting #75283
Conversation
|
Hi @lbernail. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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. |
|
/ok-to-test |
|
/lgtm /approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lbernail, m1093782566 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/test pull-kubernetes-integration |
|
/assign @hoegaarden |
|
Hey all. @lbernail -- thanks for this bugfix! It seems from a slack convo with @lbernail that this is not super urgent. My gut feeling is to not bring it into 1.14 that late. But I'll defer this to the leads of SIG-network. If we'd not include that in 1.14 that potentially also give us some time to have some tests for this issue? @kubernetes/sig-network-bugs |
…3-upstream-release-1.12 Automated cherry pick of #75283 upstream release 1.12
…3-upstream-release-1.14 Automated cherry pick of #75283 upstream release 1.14
…3-upstream-release-1.13 Automated cherry pick of #75283 upstream release 1.13
What type of PR is this?
/kind bug
What this PR does / why we need it:
Avoid graceful deletion of RS when starting the GracefulTerminationManager. By doing this, we were removing RS that had no Active/Inactive connections and setting the weight of the others to 0. This means no connection could be established until syncProxyRules ran for the first time.
I tested several cases to make sure this did not break anything:
=> Everything was successfully resynced as soon as syncProxyRules ran
However, I don't have the initial context for this behavior at start-up so I may be missing something. @Lion-Wei / @m1093782566 you may have some insights?
Which issue(s) this PR fixes:
Fixes #73154
Does this PR introduce a user-facing change?:
/assign @m1093782566
/sig network
/area ipvs