Merge pull request #37135 from aressem/patch-1

Fix typo in full-pcpus-only option
pull/37276/head
Kubernetes Prow Robot 2022-10-11 14:34:42 -07:00 committed by GitHub
commit d068bec502
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ policy option is not compatible with `TopologyManager` `single-numa-node`
policy and does not apply to hardware where the number of sockets is greater
than number of NUMA nodes.
The `full-pcpus-only` option can be enabled by adding `full-pcups-only=true` to
The `full-pcpus-only` option can be enabled by adding `full-pcpus-only=true` to
the CPUManager policy options.
Likewise, the `distribute-cpus-across-numa` option can be enabled by adding
`distribute-cpus-across-numa=true` to the CPUManager policy options.