kubernetes: Local traffic policy not working on Windows
Is this a BUG REPORT or FEATURE REQUEST?:
Uncomment only one, leave it on its own line:
/kind bug
/kind feature
What happened:
Also onlyNodeLocalEndpoints is handled when processing service updates in pkg/proxy/winkernel
, it is not used in syncProxyRules.
We should fix this and cherry-pick to old releases.
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
- Kubernetes version (use
kubectl version
): - Cloud provider or hardware configuration:
- OS (e.g. from /etc/os-release):
- Kernel (e.g.
uname -a
): - Install tools:
- Others:
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Reactions: 4
- Comments: 49 (41 by maintainers)
DSR Mode should be possible on Windows Server, version 1903 and v1.14 with
WinDSR
feature gate passed into kube-proxy. The initial platform bits are available on Windows Server Insider build 18317 and above.This should be addressed here: https://github.com/kubernetes/kubernetes/pull/93166