Merge pull request #49902 from nokia/KEP-4540-strict-cpu-reservation-beta

Mark strict-cpu-reservation as beta
pull/49749/head
Kubernetes Prow Robot 2025-03-19 18:04:30 -07:00 committed by GitHub
commit c5120d9bbb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 6 additions and 6 deletions

View File

@ -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)

View File

@ -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

View File

@ -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默认隐藏

View File

@ -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 或更高版本)
<!--