Skip to content

Commit 9cd79f4

Browse files
authored
Merge pull request #49897 from ffromani/node-cpumanager-full-pcpus-only-GA
KEP-2625: cpumanager full-pcpus-only becomes GA
2 parents 6437ca9 + 0a80c05 commit 9cd79f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@ listed in alphabetical order:
200200
: Spread CPUs across different NUMA domains, aiming for an even balance between the selected domains
201201
(available since Kubernetes v1.23)
202202

203-
`full-pcpus-only` (beta, visible by default)
204-
: Always allocate full physical cores (available since Kubernetes v1.22)
203+
`full-pcpus-only` (GA, visible by default)
204+
: Always allocate full physical cores (available since Kubernetes v1.22, GA since Kubernetes v1.33)
205205

206206
`strict-cpu-reservation` (beta, visible by default)
207207
: Prevent all the pods regardless of their Quality of Service class to run on reserved CPUs

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ using the following feature gates:
151151
You will still have to enable each option using the `CPUManagerPolicyOptions` kubelet option.
152152

153153
The following policy options exist for the static `CPUManager` policy:
154-
* `full-pcpus-only` (beta, visible by default) (1.22 or higher)
154+
* `full-pcpus-only` (GA, visible by default) (1.33 or higher)
155155
* `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)

0 commit comments

Comments
 (0)