File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -200,8 +200,8 @@ listed in alphabetical order:
200
200
: Spread CPUs across different NUMA domains, aiming for an even balance between the selected domains
201
201
(available since Kubernetes v1.23)
202
202
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 )
205
205
206
206
` strict-cpu-reservation` (beta, visible by default)
207
207
: Prevent all the pods regardless of their Quality of Service class to run on reserved CPUs
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ using the following feature gates:
151
151
You will still have to enable each option using the ` CPUManagerPolicyOptions ` kubelet option.
152
152
153
153
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)
155
155
* ` distribute-cpus-across-numa ` (beta, visible by default) (1.33 or higher)
156
156
* ` align-by-socket ` (alpha, hidden by default) (1.25 or higher)
157
157
* ` distribute-cpus-across-cores ` (alpha, hidden by default) (1.31 or higher)
You can’t perform that action at this time.
0 commit comments