Merge pull request #36868 from echiugoog/patch-1
Annotate which version each policy option is available
This commit is contained in:
commit
bfa4385ab3
|
|
@ -254,9 +254,9 @@ using the following feature gates:
|
|||
You will still have to enable each option using the `CPUManagerPolicyOptions` kubelet option.
|
||||
|
||||
The following policy options exist for the static `CPUManager` policy:
|
||||
* `full-pcpus-only` (beta, visible by default)
|
||||
* `distribute-cpus-across-numa` (alpha, hidden by default)
|
||||
* `align-by-socket` (alpha, hidden by default)
|
||||
* `full-pcpus-only` (beta, visible by default) (1.22 or higher)
|
||||
* `distribute-cpus-across-numa` (alpha, hidden by default) (1.23 or higher)
|
||||
* `align-by-socket` (alpha, hidden by default) (1.25 or higher)
|
||||
|
||||
If the `full-pcpus-only` policy option is specified, the static policy will always allocate full physical cores.
|
||||
By default, without this option, the static policy allocates CPUs using a topology-aware best-fit allocation.
|
||||
|
|
|
|||
Loading…
Reference in New Issue