File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ listed in alphabetical order:
203
203
` full-pcpus-only` (beta, visible by default)
204
204
: Always allocate full physical cores (available since Kubernetes v1.22)
205
205
206
- ` strict-cpu-reservation` (alpha, hidden by default)
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
208
208
(available since Kubernetes v1.32)
209
209
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ The following policy options exist for the static `CPUManager` policy:
155
155
* ` distribute-cpus-across-numa ` (alpha, hidden by default) (1.23 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)
158
- * ` strict-cpu-reservation ` (alpha, hidden by default) (1.32 or higher)
158
+ * ` strict-cpu-reservation ` (beta, visible by default) (1.32 or higher)
159
159
* ` prefer-align-cpus-by-uncorecache ` (alpha, hidden by default) (1.32 or higher)
160
160
161
161
The ` full-pcpus-only ` option can be enabled by adding ` full-pcpus-only=true ` to
Original file line number Diff line number Diff line change @@ -327,7 +327,7 @@ listed in alphabetical order:
327
327
` full-pcpus-only` (beta, visible by default)
328
328
: Always allocate full physical cores (available since Kubernetes v1.22)
329
329
330
- ` strict-cpu-reservation` (alpha, hidden by default)
330
+ ` strict-cpu-reservation` (beta, visible by default)
331
331
: Prevent all the pods regardless of their Quality of Service class to run on reserved CPUs
332
332
(available since Kubernetes v1.32)
333
333
@@ -338,7 +338,7 @@ listed in alphabetical order:
338
338
` full-pcpus-only` (Beta,默认可见):
339
339
: 始终分配完整的物理核心(自 Kubernetes v1.22 起可用)
340
340
341
- ` strict-cpu-reservation` (Alpha,默认隐藏 ):
341
+ ` strict-cpu-reservation` (Beta,默认可见 ):
342
342
: 阻止所有 Pod(无论其服务质量类别如何)在预留的 CPU 上运行(自 Kubernetes v1.32 起可用)
343
343
344
344
` prefer-align-cpus-by-uncorecache` (Alpha,默认隐藏):
Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ The following policy options exist for the static `CPUManager` policy:
273
273
* `distribute-cpus-across-numa` (alpha, hidden by default) (1.23 or higher)
274
274
* `align-by-socket` (alpha, hidden by default) (1.25 or higher)
275
275
* `distribute-cpus-across-cores` (alpha, hidden by default) (1.31 or higher)
276
- * `strict-cpu-reservation` (alpha, hidden by default) (1.32 or higher)
276
+ * `strict-cpu-reservation` (beta, visible by default) (1.32 or higher)
277
277
* `prefer-align-cpus-by-uncorecache` (alpha, hidden by default) (1.32 or higher)
278
278
-->
279
279
### Static 策略选项 {#cpu-policy-static--options}
@@ -288,7 +288,7 @@ The following policy options exist for the static `CPUManager` policy:
288
288
* ` distribute-cpus-across-numa ` (Alpha,默认隐藏)(1.23 或更高版本)
289
289
* ` align-by-socket ` (Alpha,默认隐藏)(1.25 或更高版本)
290
290
* ` distribute-cpus-across-cores ` (Alpha,默认隐藏) (1.31 或更高版本)
291
- * ` strict-cpu-reservation ` (Alpha,默认隐藏 ) (1.32 或更高版本)
291
+ * ` strict-cpu-reservation ` (Beta,默认可见 ) (1.32 或更高版本)
292
292
* ` prefer-align-cpus-by-uncorecache ` (Alpha, 默认隐藏) (1.32 或更高版本)
293
293
294
294
<!--
You can’t perform that action at this time.
0 commit comments