Skip to content

Commit 44ec3f5

Browse files
authored
Merge pull request #33836 from prb112/patch-2
Update topology-manager.md
2 parents 8b29e82 + 3bff833 commit 44ec3f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/tasks/administer-cluster/topology-manager.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ An increasing number of systems leverage a combination of CPUs and hardware acce
2020

2121
In order to extract the best performance, optimizations related to CPU isolation, memory and device locality are required. However, in Kubernetes, these optimizations are handled by a disjoint set of components.
2222

23-
_Topology Manager_ is a Kubelet component that aims to co-ordinate the set of components that are responsible for these optimizations.
23+
_Topology Manager_ is a Kubelet component that aims to coordinate the set of components that are responsible for these optimizations.
2424

2525

2626

@@ -267,4 +267,4 @@ Using this information the Topology Manager calculates the optimal hint for the
267267
### Known Limitations
268268
1. The maximum number of NUMA nodes that Topology Manager allows is 8. With more than 8 NUMA nodes there will be a state explosion when trying to enumerate the possible NUMA affinities and generating their hints.
269269

270-
2. The scheduler is not topology-aware, so it is possible to be scheduled on a node and then fail on the node due to the Topology Manager.
270+
2. The scheduler is not topology-aware, so it is possible to be scheduled on a node and then fail on the node due to the Topology Manager.

0 commit comments

Comments
 (0)