File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/en/docs/concepts/services-networking Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ when this feature is enabled. The controller allocates a proportional amount of
59
59
endpoints to each zone. This proportion is based on the
60
60
[ allocatable] ( /docs/tasks/administer-cluster/reserve-compute-resources/#node-allocatable )
61
61
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
63
63
as many endpoints to the zone with 2 CPU cores.
64
64
65
65
The following example shows what an EndpointSlice looks like when hints have
@@ -148,7 +148,7 @@ zone.
148
148
portion of nodes are unready.
149
149
150
150
* 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
152
152
proportions of each zone. If the Pods backing a Service are limited to a
153
153
subset of Nodes in the cluster, this will not be taken into account.
154
154
You can’t perform that action at this time.
0 commit comments