File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
keps/sig-network/4444-service-traffic-distribution Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -305,8 +305,10 @@ the value configured for `trafficDistribution`
305
305
306
306
#### ` PreferClose `
307
307
* ** Meaning:** Attempts to route traffic to endpoints within the same zone as
308
- the client. If no endpoints are available within the zone, traffic would be
309
- routed to other zones.
308
+ the client. A zone represents a logical failure domain and has the same
309
+ meaning as in the well-known label ` topology.kubernetes.io/zone ` . If no
310
+ endpoints are available within the zone, traffic would be routed to other
311
+ zones.
310
312
* This preference will be implemented by the use of Hints within EndpointSlices.
311
313
* We already use Hints to implement ` service.kubernetes.io/topology-mode: Auto `
312
314
In a similar manner, the EndpointSlice controller will now also populate hints
You can’t perform that action at this time.
0 commit comments