-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
Extending DSR loadbalancer feature in winkernel kube-proxy to HNS versions 9.3-9.max, 10.2+ #93080
Conversation
Hi @elweb9858. 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. 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. |
/assign @madhanrm |
/assign @ksubrmnn |
/assign @kumarvin123 |
/assign @sbangari |
@elweb9858: GitHub didn't allow me to assign the following users: sbangari. Note that only kubernetes members, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. In response to this:
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. |
/ok-to-test |
/retest |
fyi @daschott |
@feiskyer I know it's a bit late in the cycle, but we are trying to get this in v1.19. Any chance you could mark this PR with the v1.19 milestone? |
/retest |
/cc @michmike |
/retest |
/approve |
/retest |
/assign @liggitt @smarterclayton Sorry i don't have root approval privs :( |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: elweb9858, ksubrmnn, liggitt, michmike 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 |
/retest |
@elweb9858 can you add a link to the bug this is fixing? |
@michmike can cancel the hold on this once the two azure jobs pass |
/retest |
opened #93295 for CI failure |
azure jobs are green /hold cancel |
/retest |
@liggitt here is the bug this is fixing: #93304 There are many other bugs that need the DSR mode to be properly resolved, such as Azure/AKS#1375 |
/retest |
3 similar comments
/retest |
/retest |
/retest |
What type of PR is this?
/kind bug
What this PR does / why we need it:
This PR introduces an updated version of hcsshim, which has the latest version check for DSR loadbalancers, which are used in winkernel kube-proxy. Customers running on older versions of Windows (HNS versions 9.3-9.max, 10.2+) will be able to use the DSR feature with these changes.
Which issue(s) this PR fixes:
Fixes #93304
Special notes for your reviewer:
Does this PR introduce a user-facing change?:
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: