Skip to content

Commit 15fb5f8

Browse files
committed
rename ProportionalByCore to ProportionalZoneCPU
1 parent b38caf1 commit 15fb5f8

File tree

1 file changed

+3
-3
lines changed
  • keps/sig-network/2433-topology-aware-hints

1 file changed

+3
-3
lines changed

keps/sig-network/2433-topology-aware-hints/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ implemented directly by kube-proxy.
298298
### EndpointSlice Controller
299299

300300
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
302302
will add hints to EndpointSlices. These hints will indicate where an endpoint
303303
should 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

315315
In the future, additional heuristics may be added. Until that point, "Auto" will
316316
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
318318
available.
319319

320320
### Identifying Zones

0 commit comments

Comments
 (0)