Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/en/docs/concepts/policy/node-resource-managers.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ listed in alphabetical order:
: Prevent all the pods regardless of their Quality of Service class to run on reserved CPUs
(available since Kubernetes v1.32, GA since Kubernetes v1.35)

`prefer-align-cpus-by-uncorecache` (beta, visible by default)
`prefer-align-cpus-by-uncorecache` (GA, visible by default)
: Align CPUs by uncore (Last-Level) cache boundary on a best-effort way
(available since Kubernetes v1.32)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ The following policy options exist for the static `CPUManager` policy:
* `align-by-socket` (alpha, hidden by default) (1.25 or higher)
* `distribute-cpus-across-cores` (alpha, hidden by default) (1.31 or higher)
* `strict-cpu-reservation` (GA, visible by default) (1.35 or higher)
* `prefer-align-cpus-by-uncorecache` (beta, visible by default) (1.34 or higher)
* `prefer-align-cpus-by-uncorecache` (GA, visible by default) (1.36 or higher)

The `full-pcpus-only` option can be enabled by adding `full-pcpus-only=true` to
the CPUManager policy options.
Expand Down