Merge pull request #49902 from nokia/KEP-4540-strict-cpu-reservation-beta
Mark strict-cpu-reservation as betapull/49749/head
commit
c5120d9bbb
|
@ -203,7 +203,7 @@ listed in alphabetical order:
|
|||
`full-pcpus-only` (beta, visible by default)
|
||||
: Always allocate full physical cores (available since Kubernetes v1.22)
|
||||
|
||||
`strict-cpu-reservation` (alpha, hidden by default)
|
||||
`strict-cpu-reservation` (beta, visible by default)
|
||||
: Prevent all the pods regardless of their Quality of Service class to run on reserved CPUs
|
||||
(available since Kubernetes v1.32)
|
||||
|
||||
|
|
|
@ -155,7 +155,7 @@ The following policy options exist for the static `CPUManager` policy:
|
|||
* `distribute-cpus-across-numa` (alpha, hidden by default) (1.23 or higher)
|
||||
* `align-by-socket` (alpha, hidden by default) (1.25 or higher)
|
||||
* `distribute-cpus-across-cores` (alpha, hidden by default) (1.31 or higher)
|
||||
* `strict-cpu-reservation` (alpha, hidden by default) (1.32 or higher)
|
||||
* `strict-cpu-reservation` (beta, visible by default) (1.32 or higher)
|
||||
* `prefer-align-cpus-by-uncorecache` (alpha, hidden by default) (1.32 or higher)
|
||||
|
||||
The `full-pcpus-only` option can be enabled by adding `full-pcpus-only=true` to
|
||||
|
|
|
@ -327,7 +327,7 @@ listed in alphabetical order:
|
|||
`full-pcpus-only` (beta, visible by default)
|
||||
: Always allocate full physical cores (available since Kubernetes v1.22)
|
||||
|
||||
`strict-cpu-reservation` (alpha, hidden by default)
|
||||
`strict-cpu-reservation` (beta, visible by default)
|
||||
: Prevent all the pods regardless of their Quality of Service class to run on reserved CPUs
|
||||
(available since Kubernetes v1.32)
|
||||
|
||||
|
@ -338,7 +338,7 @@ listed in alphabetical order:
|
|||
`full-pcpus-only`(Beta,默认可见):
|
||||
: 始终分配完整的物理核心(自 Kubernetes v1.22 起可用)
|
||||
|
||||
`strict-cpu-reservation`(Alpha,默认隐藏):
|
||||
`strict-cpu-reservation`(Beta,默认可见):
|
||||
: 阻止所有 Pod(无论其服务质量类别如何)在预留的 CPU 上运行(自 Kubernetes v1.32 起可用)
|
||||
|
||||
`prefer-align-cpus-by-uncorecache`(Alpha,默认隐藏):
|
||||
|
|
|
@ -273,7 +273,7 @@ The following policy options exist for the static `CPUManager` policy:
|
|||
* `distribute-cpus-across-numa` (alpha, hidden by default) (1.23 or higher)
|
||||
* `align-by-socket` (alpha, hidden by default) (1.25 or higher)
|
||||
* `distribute-cpus-across-cores` (alpha, hidden by default) (1.31 or higher)
|
||||
* `strict-cpu-reservation` (alpha, hidden by default) (1.32 or higher)
|
||||
* `strict-cpu-reservation` (beta, visible by default) (1.32 or higher)
|
||||
* `prefer-align-cpus-by-uncorecache` (alpha, hidden by default) (1.32 or higher)
|
||||
-->
|
||||
### Static 策略选项 {#cpu-policy-static--options}
|
||||
|
@ -288,7 +288,7 @@ The following policy options exist for the static `CPUManager` policy:
|
|||
* `distribute-cpus-across-numa`(Alpha,默认隐藏)(1.23 或更高版本)
|
||||
* `align-by-socket`(Alpha,默认隐藏)(1.25 或更高版本)
|
||||
* `distribute-cpus-across-cores` (Alpha,默认隐藏) (1.31 或更高版本)
|
||||
* `strict-cpu-reservation` (Alpha,默认隐藏) (1.32 或更高版本)
|
||||
* `strict-cpu-reservation` (Beta,默认可见) (1.32 或更高版本)
|
||||
* `prefer-align-cpus-by-uncorecache` (Alpha, 默认隐藏) (1.32 或更高版本)
|
||||
|
||||
<!--
|
||||
|
|
Loading…
Reference in New Issue