From cb2ca13bad064395993cec4deae26e1686a8f506 Mon Sep 17 00:00:00 2001 From: Swati Sehgal Date: Tue, 25 Feb 2025 18:16:44 +0000 Subject: [PATCH] node: KEP-2902: Docs update for Beta graduation Signed-off-by: Swati Sehgal --- content/en/docs/concepts/policy/node-resource-managers.md | 2 +- .../en/docs/tasks/administer-cluster/cpu-management-policies.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/concepts/policy/node-resource-managers.md b/content/en/docs/concepts/policy/node-resource-managers.md index 1fb424ab836f9..bbb8b0e6272c9 100644 --- a/content/en/docs/concepts/policy/node-resource-managers.md +++ b/content/en/docs/concepts/policy/node-resource-managers.md @@ -196,7 +196,7 @@ listed in alphabetical order: : Allocate virtual cores, sometimes called hardware threads, across different physical cores (available since Kubernetes v1.31) -`distribute-cpus-across-numa` (alpha, hidden by default) +`distribute-cpus-across-numa` (beta, visible by default) : Spread CPUs across different NUMA domains, aiming for an even balance between the selected domains (available since Kubernetes v1.23) 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 0b4e661d7f7fb..c9ff72b28fdc4 100644 --- a/content/en/docs/tasks/administer-cluster/cpu-management-policies.md +++ b/content/en/docs/tasks/administer-cluster/cpu-management-policies.md @@ -152,7 +152,7 @@ You will still have to enable each option using the `CPUManagerPolicyOptions` ku The following policy options exist for the static `CPUManager` policy: * `full-pcpus-only` (beta, visible by default) (1.22 or higher) -* `distribute-cpus-across-numa` (alpha, hidden by default) (1.23 or higher) +* `distribute-cpus-across-numa` (beta, visible by default) (1.33 or higher) * `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` (alpha, hidden by default) (1.32 or higher)