You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of now antrea doesnt support loadBalancerSourceRanges in the antreaProxy. Since this is also not supported in the kube-proxy, we have no way to provdide this to Windows users.
Describe the bug
As of now antrea doesnt support loadBalancerSourceRanges in the antreaProxy. Since this is also not supported in the kube-proxy, we have no way to provdide this to Windows users.
To Reproduce
Similar to kubernetes/kubernetes#120033 ...
Expected
AntreaProxy would fully support the Kubernetes service spec...
Actual behavior
LoadbalancerSourceRanges that are outside of an packet's IP are allowed into antrea clusters where antreaproxy is used.
Note this isnt a HUGE bug b/c alas, even the windows service proxy doesnt yet implement this
QUESTION:
Could this be done by reusing HNS packet filtering from the HNS ACLs ? Or does it require OVS?
The text was updated successfully, but these errors were encountered: