Skip to content

Commit ed3d39a

Browse files
committed
node: graduate cpumanager prefer-align-cpus-by-uncorecache to beta
Trivial graduation to beta. We expect no user-visible changes. Signed-off-by: Francesco Romani <[email protected]>
1 parent f14c309 commit ed3d39a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/en/docs/concepts/policy/node-resource-managers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ listed in alphabetical order:
207207
: Prevent all the pods regardless of their Quality of Service class to run on reserved CPUs
208208
(available since Kubernetes v1.32)
209209

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

content/en/docs/tasks/administer-cluster/cpu-management-policies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ The following policy options exist for the static `CPUManager` policy:
156156
* `align-by-socket` (alpha, hidden by default) (1.25 or higher)
157157
* `distribute-cpus-across-cores` (alpha, hidden by default) (1.31 or higher)
158158
* `strict-cpu-reservation` (beta, visible by default) (1.32 or higher)
159-
* `prefer-align-cpus-by-uncorecache` (alpha, hidden by default) (1.32 or higher)
159+
* `prefer-align-cpus-by-uncorecache` (beta, visible by default) (1.34 or higher)
160160

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

0 commit comments

Comments
 (0)