-
Notifications
You must be signed in to change notification settings - Fork 39.6k
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 inconsistency in windows kernel proxy when updating hns policy #68923
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/ok-to-test
/kind bug
/ok-to-test |
@delulu Please follow instructions at https://git.k8s.io/community/CLA.md#the-contributor-license-agreement to sign the CLA. |
I signed it |
@feiskyer, thx for your tips. I already signed the CLA, how to ask the system to recheck my authorization? |
/retest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please add comment in this function that svcInfo.policyApplied check is not needed as we are trying to remove all policies?
/LGTM |
/sig windows |
bd737ab
to
4a7423d
Compare
@dineshgovindasamy I have added the code comment, please check again. |
/lgtm |
/assign @thockin |
/approve |
@kubernetes/sig-contributor-experience-bugs Why does this want my approval? Why is it not enough to get someone in the OWNERS of the file in question? |
/retest Review the full test history for this PR. Silence the bot with an |
/retest |
4a7423d
to
524de76
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: delulu, dineshgovindasamy, madhanrm, thockin 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 |
What this PR does / why we need it:
This PR removes the "svcInfo.policyApplied" check in cleaning up all the related HNS policies when a k8s service is removed.
Otherwise, kube proxy will go to an inconsistent state ( legacy HNS policy wont get removed in service cleanup, and new HNS policy creation will fail with error msg "The specified port already exists." ) :
when a k8s service is removed before all the HNS policies for this service are applied.
some HNS failure occurs during applying the HNS policies for this service.
Release note: