Skip to content

Commit 0a80c05

Browse files
committed
KEP-2625: cpumanager full-pcpus-inly becomes GA
Declare the `full-pcpus-only` option is now GA. There are no functional changes or user actions needed, so we just update the relevant versions. Signed-off-by: Francesco Romani <[email protected]>
1 parent 0fe29ac commit 0a80c05

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

+2-2
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

+1-1
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)