File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
content/zh-cn/docs/concepts/policy Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -331,17 +331,17 @@ listed in alphabetical order:
331331: Prevent all the pods regardless of their Quality of Service class to run on reserved CPUs
332332 (available since Kubernetes v1.32)
333333
334- ` prefer-align-cpus-by-uncorecache` (alpha, hidden by default)
334+ ` prefer-align-cpus-by-uncorecache` (beta, visible by default)
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` (GA,默认可见):
338+ ` full-pcpus-only` (GA,默认可见)
339339: 始终分配完整的物理核心(自 Kubernetes v1.22 起可用,自 Kubernetes v1.33 起进阶到 GA)
340340
341- ` strict-cpu-reservation` (Beta,默认可见):
341+ ` strict-cpu-reservation` (Beta,默认可见)
342342: 阻止所有 Pod(无论其服务质量类别如何)在预留的 CPU 上运行(自 Kubernetes v1.32 起可用)
343343
344- ` prefer-align-cpus-by-uncorecache` (Alpha,默认隐藏):
344+ ` prefer-align-cpus-by-uncorecache` (Beta,默认可见)
345345: 尽可能通过非核心(最后一级)高速缓存边界对齐 CPU(自 Kubernetes v1.32 起可用)
346346
347347<!--
You can’t perform that action at this time.
0 commit comments