Support EndpointSlices in AntreaProxy #1164
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
Milestone
Describe the problem/challenge you have
Starting with K8s 1.19, EndpointSlices are enabled by default (https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.19.md#endpointslices-are-now-enabled-by-default) and used by kube-proxy to implement ClusterIP Services and increase scalability. We should consider supporting EndpointSlices in AntreaProxy as well. Since we still want to support older K8s versions, we could introduce a feature gate (see
EndpointSliceProxying
for kube-proxy).The text was updated successfully, but these errors were encountered: