diff --git a/content/en/docs/concepts/policy/node-resource-managers.md b/content/en/docs/concepts/policy/node-resource-managers.md index f173080f2d85e..c287030581e97 100644 --- a/content/en/docs/concepts/policy/node-resource-managers.md +++ b/content/en/docs/concepts/policy/node-resource-managers.md @@ -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) diff --git a/content/en/docs/tasks/administer-cluster/cpu-management-policies.md b/content/en/docs/tasks/administer-cluster/cpu-management-policies.md index ba6144629105c..38a802eb59e79 100644 --- a/content/en/docs/tasks/administer-cluster/cpu-management-policies.md +++ b/content/en/docs/tasks/administer-cluster/cpu-management-policies.md @@ -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.