File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
keps/sig-network/2433-topology-aware-hints Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -298,7 +298,7 @@ implemented directly by kube-proxy.
298298# ## EndpointSlice Controller
299299
300300When the `TopologyAwareHints` feature gate is enabled and the annotation is set
301- to `Auto` or `ProportionalByCore ` for a Service, the EndpointSlice controller
301+ to `Auto` or `ProportionalZoneCPU ` for a Service, the EndpointSlice controller
302302will add hints to EndpointSlices. These hints will indicate where an endpoint
303303should be consumed by proxy implementations to enable topology aware routing.
304304
@@ -309,12 +309,12 @@ This KEP starts with the following heuristics:
309309| Heuristic Name | Description |
310310|-|-|
311311| Auto | EndpointSlice controller and/or underlying dataplane can choose the heuristic used. |
312- | ProportionalByCore | Endpoints will be allocated to each zone proportionally, based on the allocatable Node CPU cores in each zone. |
312+ | ProportionalZoneCPU | Endpoints will be allocated to each zone proportionally, based on the allocatable Node CPU cores in each zone. |
313313| PreferZone | Hints are always populated to represent the zone the endpoint is in. |
314314
315315In the future, additional heuristics may be added. Until that point, "Auto" will
316316be the only configurable value. In most clusters, that will translate to
317- ` ProportionalByCore ` unless the underlying dataplane has a better approach
317+ ` ProportionalZoneCPU ` unless the underlying dataplane has a better approach
318318available.
319319
320320# ## Identifying Zones
You can’t perform that action at this time.
0 commit comments