@@ -310,22 +310,22 @@ listed in alphabetical order:
310
310
: Allocate virtual cores, sometimes called hardware threads, across different physical cores
311
311
(available since Kubernetes v1.31)
312
312
313
- ` distribute-cpus-across-numa` (alpha, hidden by default)
313
+ ` distribute-cpus-across-numa` (beta, visible by default)
314
314
: Spread CPUs across different NUMA domains, aiming for an even balance between the selected domains
315
315
(available since Kubernetes v1.23)
316
316
-->
317
317
` align-by-socket` (Alpha,默认隐藏):
318
318
: 以物理芯片/插槽为边界(而不是逻辑 NUMA 边界)对齐 CPU(自 Kubernetes v1.25 起可用)
319
319
320
- ` distribute-cpus-across-cores` (Alpha,默认隐藏 ):
320
+ ` distribute-cpus-across-cores` (Beta,默认可见 ):
321
321
: 跨多个不同的物理核心分配虚拟核心(有时称为硬件线程)(自 Kubernetes v1.31 起可用)
322
322
323
323
` distribute-cpus-across-numa` (Alpha,默认隐藏):
324
324
: 跨多个不同的 NUMA 域分配 CPU,力求在所选域之间实现均匀平衡(自 Kubernetes v1.23 起可用)
325
325
326
326
<!--
327
- ` full-pcpus-only` (beta , visible by default)
328
- : Always allocate full physical cores (available since Kubernetes v1.22)
327
+ ` full-pcpus-only` (GA , visible by default)
328
+ : Always allocate full physical cores (available since Kubernetes v1.22, GA since Kubernetes v1.33 )
329
329
330
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
@@ -335,8 +335,8 @@ listed in alphabetical order:
335
335
: Align CPUs by uncore (Last-Level) cache boundary on a best-effort way
336
336
(available since Kubernetes v1.32)
337
337
-->
338
- ` full-pcpus-only` (Beta ,默认可见):
339
- : 始终分配完整的物理核心(自 Kubernetes v1.22 起可用)
338
+ ` full-pcpus-only` (GA ,默认可见):
339
+ : 始终分配完整的物理核心(自 Kubernetes v1.22 起可用,自 Kubernetes v1.33 起进阶到 GA )
340
340
341
341
` strict-cpu-reservation` (Beta,默认可见):
342
342
: 阻止所有 Pod(无论其服务质量类别如何)在预留的 CPU 上运行(自 Kubernetes v1.32 起可用)
0 commit comments