fix spelling typo

apparently I can spell management correctly everywhere except here
This commit is contained in:
Charles 2018-10-18 08:13:57 -07:00
parent 345e468926
commit 5db03f5f05
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@ spec:
enableCustomMetrics: true
```
#### Setting kubelet CPU managment policies
#### Setting kubelet CPU management policies
To enable cpu management policies in kubernetes as per [cpu management doc](https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/#cpu-management-policies)
we have to set the flag `--cpu-manager-policy` to the appropriate value on all the kubelets. This must be specified in the `kubelet` spec in our cluster.yml.