- Notifications
You must be signed in to change notification settings - Fork 40.5k
Fix Kubeproxy to work for Windows Kernel mode #51064
New issue
Have a question about this project? Sign up for a free account to open an issue and contact its maintainers and the community.
By clicking “Sign up for ”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on ? Sign in to your account
Conversation
Hi @madhanrm. Thanks for your PR. I'm waiting for a kubernetes member to verify that this is reasonable to test. If it is, they should reply with 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. I understand the commands that are listed here. |
/ok-to-test |
dineshgovindasamy commented Aug 23, 2017
Tagging @jdumars for FYI |
/sig node |
/cc @mikedanese |
JMesser81 commented Aug 24, 2017
@freehan - let's discuss at next sig-network meeting. We believe this is a low risk change which does not affect Linux at all or current Windows implementations using OVN or Apprenda solution. |
8a50167
to e65d663
Compare (this is not a technical review) Please break: 6e6d132 into Please add relevant commit messages to each individual commit, it helps |
e65d663
to 40512e6
Compare 40512e6
to 9ee854f
Compare /cc @thockin |
/test pull-kubernetes-cross |
cb8c0e2
to b5ca797
Compare (*) Fix cleanup of NodePort resources. (*) Fix the logic to select existing policies Fix review comment Fix Bazel Update GoDep License Fix NodePort forwarding to target port Fix Darwin Build break. +1 Implement IsCompatible to validate kernel support for kernel mode
b5ca797
to a8d797a
Compare /retest |
1 similar comment
/retest |
/test all |
@madhanrm Can you please check the test failures and get the tests go green? i am afraid this will miss the 1.8 boat otherwise |
dineshgovindasamy commented Sep 19, 2017
/retest |
1 similar comment
dineshgovindasamy commented Sep 19, 2017
/retest |
Is this ready? |
the kubeadm-gce is stuck in "job triggered", trying to get that to run /test all |
dineshgovindasamy commented Sep 20, 2017
but do you care about the kubeadm job on your PR? that's a non-blocking job. |
If it's ready, ask for a lgtm label and this can be picked up by sq/get merged regardless of kubeadm presubmit. |
Looks like @thockin applied lgtm at least 2 times... and it was rebased away. let me try doing that /assign |
/lgtm |
k8s--robot commented Sep 20, 2017
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dims, madhanrm, thockin Associated issue: 49666 The full list of commands accepted by this bot can be found here. Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
k8s--robot commented Sep 20, 2017
/test all [submit-queue is verifying that this PR is safe to merge] |
It looks like the kubeadm job failed and just never posted the status. /cc @luxas. |
/test pull-kubernetes-unit |
k8s--robot commented Sep 20, 2017
Automatic merge from submit-queue (batch tested with PRs 51064, 52132). If you want to cherry-pick this change to another branch, please follow the instructions here.. |
What this PR does / why we need it:
Kubeproxy doenst work for with windows kernel mode. This PR adds a Kernel Proxy for windows to use the underlying platform features.
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged): fixes ##49666
Special notes for your reviewer:
Release note: