Skip to content

Commit e3f6ed7

Browse files
committed
[zh-cn]sync node-resource-managers.md
Signed-off-by: xin.li <xin.li@daocloud.io>
1 parent 6f9d608 commit e3f6ed7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -310,22 +310,22 @@ listed in alphabetical order:
310310
: Allocate virtual cores, sometimes called hardware threads, across different physical cores
311311
(available since Kubernetes v1.31)
312312

313-
`distribute-cpus-across-numa` (alpha, hidden by default)
313+
`distribute-cpus-across-numa` (beta, visible by default)
314314
: Spread CPUs across different NUMA domains, aiming for an even balance between the selected domains
315315
(available since Kubernetes v1.23)
316316
-->
317317
`align-by-socket`(Alpha,默认隐藏):
318318
: 以物理芯片/插槽为边界(而不是逻辑 NUMA 边界)对齐 CPU(自 Kubernetes v1.25 起可用)
319319

320-
`distribute-cpus-across-cores`Alpha,默认隐藏):
320+
`distribute-cpus-across-cores`Beta,默认可见):
321321
: 跨多个不同的物理核心分配虚拟核心(有时称为硬件线程)(自 Kubernetes v1.31 起可用)
322322

323323
`distribute-cpus-across-numa`(Alpha,默认隐藏):
324324
: 跨多个不同的 NUMA 域分配 CPU,力求在所选域之间实现均匀平衡(自 Kubernetes v1.23 起可用)
325325

326326
<!--
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)
329329

330330
`strict-cpu-reservation` (beta, visible by default)
331331
: Prevent all the pods regardless of their Quality of Service class to run on reserved CPUs
@@ -335,8 +335,8 @@ listed in alphabetical order:
335335
: Align CPUs by uncore (Last-Level) cache boundary on a best-effort way
336336
(available since Kubernetes v1.32)
337337
-->
338-
`full-pcpus-only`Beta,默认可见):
339-
: 始终分配完整的物理核心(自 Kubernetes v1.22 起可用)
338+
`full-pcpus-only`GA,默认可见):
339+
: 始终分配完整的物理核心(自 Kubernetes v1.22 起可用,自 Kubernetes v1.33 起进阶到 GA
340340

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

0 commit comments

Comments
 (0)