File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
keps/sig-network/2433-topology-aware-hints Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -200,11 +200,14 @@ continue to be supported as a means of configuring this feature.
200
200
201
201
#### Interoperability
202
202
203
- If any of the following are true, topology hints will be ignored:
203
+ Topology hints will be ignored if the TopologyKeys field has at least one entry.
204
+ This field is deprecated and will be removed soon.
204
205
205
- - ExternalTrafficPolicy is set to Local
206
- - InternalTrafficPolicy is set to Local
207
- - TopologyKeys field has at least one entry
206
+ Both ExternalTrafficPolicy and InternalTrafficPolicy will be given precedence
207
+ over topology aware routing. For example, if ` ExternalTrafficPolicy=Local ` and
208
+ topology was enabled, external traffic would be routed using the
209
+ ExternalTrafficPolicy configuration while internal traffic would be routed with
210
+ topology.
208
211
209
212
#### Feature Gate
210
213
@@ -444,6 +447,7 @@ EndpointSliceSyncs = metrics.NewCounterVec(
444
447
445
448
# ## Graduation Criteria
446
449
- Alpha should provide basic functionality covered with tests described above.
450
+ - Interoperability with Internal and External TrafficPolicy fields.
447
451
448
452
# ## Version Skew Strategy
449
453
This KEP requires updates to both the EndpointSlice Controller and kube-proxy.
You can’t perform that action at this time.
0 commit comments