Skip to content

Commit 3efd47b

Browse files
authored
Merge pull request #49901 from swatisehgal/docs-distribute-cpus-across-numa-to-beta
node: KEP- 2902: Docs update for Beta graduation
2 parents 685cbff + cb2ca13 commit 3efd47b

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
@@ -196,7 +196,7 @@ listed in alphabetical order:
196196
: Allocate virtual cores, sometimes called hardware threads, across different physical cores
197197
(available since Kubernetes v1.31)
198198

199-
`distribute-cpus-across-numa` (alpha, hidden by default)
199+
`distribute-cpus-across-numa` (beta, visible by default)
200200
: Spread CPUs across different NUMA domains, aiming for an even balance between the selected domains
201201
(available since Kubernetes v1.23)
202202

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ You will still have to enable each option using the `CPUManagerPolicyOptions` ku
152152

153153
The following policy options exist for the static `CPUManager` policy:
154154
* `full-pcpus-only` (beta, visible by default) (1.22 or higher)
155-
* `distribute-cpus-across-numa` (alpha, hidden by default) (1.23 or higher)
155+
* `distribute-cpus-across-numa` (beta, visible by default) (1.33 or higher)
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)

0 commit comments

Comments
 (0)