Skip to content

Commit c244f95

Browse files
Address comments
1 parent 1aa5bb6 commit c244f95

File tree

1 file changed

+4
-2
lines changed
  • keps/sig-network/4444-service-traffic-distribution

1 file changed

+4
-2
lines changed

keps/sig-network/4444-service-traffic-distribution/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,10 @@ the value configured for `trafficDistribution`
305305

306306
#### `PreferClose`
307307
* **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.
310312
* This preference will be implemented by the use of Hints within EndpointSlices.
311313
* We already use Hints to implement `service.kubernetes.io/topology-mode: Auto`
312314
In a similar manner, the EndpointSlice controller will now also populate hints

0 commit comments

Comments
 (0)