Skip to content

Commit c5120d9

Browse files
authored
Merge pull request #49902 from nokia/KEP-4540-strict-cpu-reservation-beta
Mark strict-cpu-reservation as beta
2 parents a1c493f + ec78e86 commit c5120d9

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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
@@ -203,7 +203,7 @@ listed in alphabetical order:
203203
`full-pcpus-only` (beta, visible by default)
204204
: Always allocate full physical cores (available since Kubernetes v1.22)
205205

206-
`strict-cpu-reservation` (alpha, hidden by default)
206+
`strict-cpu-reservation` (beta, visible by default)
207207
: Prevent all the pods regardless of their Quality of Service class to run on reserved CPUs
208208
(available since Kubernetes v1.32)
209209

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ The following policy options exist for the static `CPUManager` policy:
155155
* `distribute-cpus-across-numa` (alpha, hidden by default) (1.23 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)
158-
* `strict-cpu-reservation` (alpha, hidden by default) (1.32 or higher)
158+
* `strict-cpu-reservation` (beta, visible by default) (1.32 or higher)
159159
* `prefer-align-cpus-by-uncorecache` (alpha, hidden by default) (1.32 or higher)
160160

161161
The `full-pcpus-only` option can be enabled by adding `full-pcpus-only=true` to

content/zh-cn/docs/concepts/policy/node-resource-managers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ listed in alphabetical order:
327327
`full-pcpus-only` (beta, visible by default)
328328
: Always allocate full physical cores (available since Kubernetes v1.22)
329329

330-
`strict-cpu-reservation` (alpha, hidden by default)
330+
`strict-cpu-reservation` (beta, visible by default)
331331
: Prevent all the pods regardless of their Quality of Service class to run on reserved CPUs
332332
(available since Kubernetes v1.32)
333333

@@ -338,7 +338,7 @@ listed in alphabetical order:
338338
`full-pcpus-only`(Beta,默认可见):
339339
: 始终分配完整的物理核心(自 Kubernetes v1.22 起可用)
340340

341-
`strict-cpu-reservation`Alpha,默认隐藏):
341+
`strict-cpu-reservation`Beta,默认可见):
342342
: 阻止所有 Pod(无论其服务质量类别如何)在预留的 CPU 上运行(自 Kubernetes v1.32 起可用)
343343

344344
`prefer-align-cpus-by-uncorecache`(Alpha,默认隐藏):

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ The following policy options exist for the static `CPUManager` policy:
273273
* `distribute-cpus-across-numa` (alpha, hidden by default) (1.23 or higher)
274274
* `align-by-socket` (alpha, hidden by default) (1.25 or higher)
275275
* `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)
277277
* `prefer-align-cpus-by-uncorecache` (alpha, hidden by default) (1.32 or higher)
278278
-->
279279
### Static 策略选项 {#cpu-policy-static--options}
@@ -288,7 +288,7 @@ The following policy options exist for the static `CPUManager` policy:
288288
* `distribute-cpus-across-numa`(Alpha,默认隐藏)(1.23 或更高版本)
289289
* `align-by-socket`(Alpha,默认隐藏)(1.25 或更高版本)
290290
* `distribute-cpus-across-cores` (Alpha,默认隐藏) (1.31 或更高版本)
291-
* `strict-cpu-reservation` (Alpha,默认隐藏) (1.32 或更高版本)
291+
* `strict-cpu-reservation` (Beta,默认可见) (1.32 或更高版本)
292292
* `prefer-align-cpus-by-uncorecache` (Alpha, 默认隐藏) (1.32 或更高版本)
293293

294294
<!--

0 commit comments

Comments
 (0)