@@ -33,7 +33,7 @@ edit the Agent configuration in the
3333| Feature Name | Component | Default | Stage | Alpha Release | Beta Release | GA Release | Extra Requirements | Notes |
3434|---------------------------------|--------------------|---------|------------|---------------|--------------|------------|--------------------|--------------------------------------------------------|
3535| ` AntreaProxy` | Agent | `true` | GA | v0.8 | v0.11 | v1.14 | Yes | Must be enabled for Windows. |
36- | `EndpointSlice` | Agent | `true` | GA | v0.13.0 | v1.11 | v1.14 | Yes | |
36+ | `EndpointSlice` | Agent | `true` | GA | v0.13.0 | v1.11 | v1.14 | Yes | Locked to `true` (cannot be disabled). |
3737| `TopologyAwareHints` | Agent | `true` | GA | v1.8 | v1.12 | v2.5 | Yes | |
3838| `ServiceTrafficDistribution` | Agent | `true` | GA | N/A | v2.2 | v2.5 | Yes | |
3939| `PreferSameTrafficDistribution` | Agent | `false` | Alpha | v2.5 | N/A | N/A | Yes | |
@@ -89,6 +89,8 @@ opposed to >= 4.4 without this feature).
8989` EndpointSlice` enables Service EndpointSlice support in Antrea Proxy. The EndpointSlice API was introduced in Kubernetes
90901.16 (alpha) and it is enabled by default in Kubernetes 1.17 (beta), promoted to GA in Kubernetes 1.21.
9191
92+ Starting from Antrea v2.5.0, the feature is locked to `true` and cannot be disabled.
93+
9294# ### Requirements for this Feature
9395
9496- Option `antreaProxy.enable` is set to true.
@@ -117,9 +119,11 @@ refer to this [link](https://github.com/kubernetes/enhancements/tree/master/keps
117119
118120# ## PreferSameTrafficDistribution
119121
120- ` PreferSameTrafficDistribution` allows usage of the values `PreferSameZone` and `PreferSameNode` in the Service
121- trafficDistribution field in Antrea Proxy. For more details, refer to this
122- [link](https://github.com/kubernetes/enhancements/tree/master/keps/sig-network/3015-prefer-same-node).
122+ ` PreferSameTrafficDistribution` enables AntreaProxy to honor the Service's trafficDistribution settings
123+ (PreferSameZone / PreferSameNode) when selecting backend Pods.
124+
125+ For additional background, see the upstream enhancement proposal :
126+ [KEP 3015 – Prefer Same Node](https://github.com/kubernetes/enhancements/tree/master/keps/sig-network/3015-prefer-same-node).
123127
124128# ### Requirements for this Feature
125129
0 commit comments