Skip to content

Commit

Permalink
Trivial fixes to topology manager docs (#16663)
Browse files Browse the repository at this point in the history
* Add missing newline to topology manager docs

* Fix typo

Pointed out by Karen Bradshaw
  • Loading branch information
markmc authored and k8s-ci-robot committed Oct 3, 2019
1 parent 4fbb809 commit 34f1a77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/en/docs/tasks/administer-cluster/topology-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ An increasing number of systems leverage a combination of CPUs and hardware acce

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.

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

{{% /capture %}}

Expand Down Expand Up @@ -49,6 +49,7 @@ The Topology Manager currently:

- Works on Nodes with the `static` CPU Manager Policy enabled. See [control CPU Management Policies](https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/)
- Works on Pods in the `Guaranteed` {{< glossary_tooltip text="QoS class" term_id="qos-class" >}}

If these conditions are met, Topology Manager will align CPU and device requests.

Topology Manager supports four allocation policies. You can set a policy via a Kubelet flag, `--topology-manager-policy`.
Expand Down

0 comments on commit 34f1a77

Please sign in to comment.