Skip to content

Commit 8b98203

Browse files
authored
Merge pull request #36530 from jpreese/patch-2
Update topology-aware-hints.md
2 parents 60426d0 + 89cd245 commit 8b98203

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/concepts/services-networking/topology-aware-hints.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ when this feature is enabled. The controller allocates a proportional amount of
5959
endpoints to each zone. This proportion is based on the
6060
[allocatable](/docs/tasks/administer-cluster/reserve-compute-resources/#node-allocatable)
6161
CPU cores for nodes running in that zone. For example, if one zone had 2 CPU
62-
cores and another zone only had 1 CPU core, the controller would allocated twice
62+
cores and another zone only had 1 CPU core, the controller would allocate twice
6363
as many endpoints to the zone with 2 CPU cores.
6464

6565
The following example shows what an EndpointSlice looks like when hints have
@@ -148,7 +148,7 @@ zone.
148148
portion of nodes are unready.
149149

150150
* The EndpointSlice controller does not take into account {{< glossary_tooltip
151-
text="tolerations" term_id="toleration" >}} when deploying calculating the
151+
text="tolerations" term_id="toleration" >}} when deploying or calculating the
152152
proportions of each zone. If the Pods backing a Service are limited to a
153153
subset of Nodes in the cluster, this will not be taken into account.
154154

0 commit comments

Comments
 (0)