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.
298
298
# ## EndpointSlice Controller
299
299
300
300
When 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
302
302
will add hints to EndpointSlices. These hints will indicate where an endpoint
303
303
should be consumed by proxy implementations to enable topology aware routing.
304
304
@@ -309,12 +309,12 @@ This KEP starts with the following heuristics:
309
309
| Heuristic Name | Description |
310
310
|-|-|
311
311
| 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. |
313
313
| PreferZone | Hints are always populated to represent the zone the endpoint is in. |
314
314
315
315
In the future, additional heuristics may be added. Until that point, "Auto" will
316
316
be 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
318
318
available.
319
319
320
320
# ## Identifying Zones
You can’t perform that action at this time.
0 commit comments