[zh-cn] sync feature-gates/d* m* v* l* s* t* r* u* k*

Signed-off-by: xin.li <xin.li@daocloud.io>
pull/46334/head
xin.li 2024-05-12 15:29:38 +08:00
parent 5326ca6e71
commit 7cfe20778d
22 changed files with 70 additions and 32 deletions

View File

@ -7,7 +7,7 @@ _build:
render: false
stages:
- stage: alpha
- stage: alpha
defaultValue: false
fromVersion: "1.21"
toVersion: "1.21"

View File

@ -11,15 +11,20 @@ stages:
fromVersion: "1.28"
---
<!--
Changes when the default value of
`PodSpec.containers[*].ports[*].hostPort`
is assigned. The default is to only set a default value in Pods.
This feature gate controls the point at which a default value for
`.spec.containers[*].ports[*].hostPort`
is assigned, for Pods using `hostNetwork: true`. The default since Kubernetes v1.28 is to only set a default
value in Pods.
Enabling this means a default will be assigned even to embedded
PodSpecs (e.g. in a Deployment), which is the historical default.
Enabling this means a default will be assigned even to the `.spec` of an embedded
[PodTemplate](/docs/concepts/workloads/pods/#pod-templates) (for example, in a Deployment),
which is the way that older releases of Kubernetes worked.
You should migrate your code so that it does not rely on the legacy behavior.
-->
更改何时设置 `PodSpec.containers[*].ports[*].hostPort` 的默认值。
默认仅在 Pod 中设置默认值。
此特性门控将控制何时为使用 `hostNetwork: true` 的 Pod 设置
`.spec.containers[*].ports[*].hostPort` 默认值。
启用此特性意味着即使在嵌套的 PodSpec例如 Deployment 中)中也会设置默认值,
这是以前的默认行为。
启用此特性意味着默认值甚至会分配给嵌入式
[PodTemplate](/zh-cn/docs/concepts/workloads/pods/#pod-templates)例如Deployment
`.spec`,这是 Kubernetes 旧版本的工作方式。
你应该迁移你的代码,使其不再依赖于原先的行为。

View File

@ -8,7 +8,7 @@ _build:
render: false
stages:
- stage: alpha
- stage: alpha
defaultValue: false
fromVersion: "1.19"
toVersion: "1.19"

View File

@ -6,7 +6,7 @@ _build:
render: false
stages:
- stage: alpha
- stage: alpha
defaultValue: false
fromVersion: "1.22"
toVersion: "1.22"

View File

@ -6,7 +6,7 @@ _build:
render: false
stages:
- stage: alpha
- stage: alpha
defaultValue: false
fromVersion: "1.8"
toVersion: "1.9"

View File

@ -6,7 +6,7 @@ _build:
render: false
stages:
- stage: alpha
- stage: alpha
defaultValue: false
fromVersion: "1.19"
toVersion: "1.19"

View File

@ -6,7 +6,7 @@ _build:
render: false
stages:
- stage: alpha
- stage: alpha
defaultValue: false
fromVersion: "1.20"
toVersion: "1.20"

View File

@ -6,7 +6,7 @@ _build:
render: false
stages:
- stage: alpha
- stage: alpha
defaultValue: false
fromVersion: "1.12"
toVersion: "1.12"

View File

@ -8,7 +8,7 @@ _build:
render: false
stages:
- stage: alpha
- stage: alpha
defaultValue: false
fromVersion: "1.13"
toVersion: "1.18"

View File

@ -8,7 +8,7 @@ _build:
render: false
stages:
- stage: alpha
- stage: alpha
defaultValue: false
fromVersion: "1.4"
toVersion: "1.10"

View File

@ -8,7 +8,7 @@ _build:
render: false
stages:
- stage: alpha
- stage: alpha
defaultValue: false
fromVersion: "1.11"
toVersion: "1.11"

View File

@ -8,7 +8,7 @@ _build:
render: false
stages:
- stage: alpha
- stage: alpha
defaultValue: true
fromVersion: "1.3"
toVersion: "1.7"

View File

@ -9,6 +9,10 @@ stages:
- stage: alpha
defaultValue: false
fromVersion: "1.28"
toVersion: "1.30"
- stage: beta
defaultValue: true
fromVersion: "1.30"
---
<!--

View File

@ -9,6 +9,10 @@ stages:
- stage: alpha
defaultValue: false
fromVersion: "1.29"
toVersion: "1.30"
- stage: beta
defaultValue: true
fromVersion: "1.30"
---
<!--

View File

@ -6,7 +6,7 @@ _build:
render: false
stages:
- stage: alpha
- stage: alpha
defaultValue: false
fromVersion: "1.24"
toVersion: "1.24"
@ -17,6 +17,10 @@ stages:
- stage: beta
defaultValue: true
fromVersion: "1.27"
toVersion: "1.29"
- stage: stable
defaultValue: true
fromVersion: "1.30"
---
<!--

View File

@ -1,4 +1,5 @@
---
removed: true
title: RemoveSelfLink
content_type: feature_gate
_build:
@ -12,11 +13,12 @@ stages:
toVersion: "1.19"
- stage: beta
defaultValue: true
fromVersion: "1.20"
toVersion: "1.23"
fromVersion: "1.20"
toVersion: "1.23"
- stage: stable
defaultValue: true
fromVersion: "1.24"
fromVersion: "1.24"
toVersion: "1.29"
---
<!--

View File

@ -6,9 +6,13 @@ _build:
render: false
stages:
- stage: alpha
- stage: alpha
defaultValue: false
fromVersion: "1.29"
toVersion: "1.29"
- stage: beta
defaultValue: true
fromVersion: "1.30"
---
<!--
Controls whether the apiserver will validate a Node reference in service account tokens.

View File

@ -6,9 +6,13 @@ _build:
render: false
stages:
- stage: alpha
- stage: alpha
defaultValue: false
fromVersion: "1.29"
toVersion: "1.29"
- stage: beta
defaultValue: true
fromVersion: "1.30"
---
<!--
Controls whether the apiserver embeds the node name and uid

View File

@ -22,7 +22,7 @@ stages:
<!--
Enables topology aware routing based on topology hints
in EndpointSlices. See [Topology Aware
Hints](/docs/concepts/services-networking/topology-aware-hints/) for more
Hints](/docs/concepts/services-networking/topology-aware-routing/) for more
details.
-->
在 EndpointSlice 中启用基于拓扑提示的拓扑感知路由。

View File

@ -6,17 +6,19 @@ _build:
render: false
stages:
- stage: alpha
- stage: alpha
defaultValue: false
fromVersion: "1.26"
---
<!--
Allow fine-tuning of topology manager policies,
Enable [fine-tuning](/docs/tasks/administer-cluster/topology-manager/#topology-manager-policy-options)
of topology manager policies.
experimental, Alpha-quality options.
This feature gate guards *a group* of topology manager options whose quality level is alpha.
This feature gate will never graduate to beta or stable.
-->
启用拓扑管理器策略的[微调](zh-cn/docs/tasks/administer-cluster/topology-manager/#topology-manager-policy-options)。
允许微调拓扑管理器策略的实验性的、Alpha 质量的选项。
此特性门控守护**一组**质量级别为 Alpha 的拓扑管理器选项。
此特性门控绝对不会进阶至 Beta 或稳定版。

View File

@ -6,9 +6,13 @@ _build:
render: false
stages:
- stage: alpha
- stage: alpha
defaultValue: false
fromVersion: "1.28"
toVersion: "1.29"
- stage: beta
defaultValue: false
fromVersion: "1.30"
---
<!--

View File

@ -6,17 +6,22 @@ _build:
render: false
stages:
- stage: alpha
- stage: alpha
defaultValue: false
fromVersion: "1.26"
toVersion: "1.27"
- stage: beta
defaultValue: false
fromVersion: "1.28"
toVersion: "1.29"
- stage: stable
defaultValue: true
fromVersion: "1.30"
---
<!--
Enable [ValidatingAdmissionPolicy](/docs/reference/access-authn-authz/validating-admission-policy/) support for CEL validations be used in Admission Control.
-->
在准入控制中启用
[ValidatingAdmissionPolicy](/zh-cn/docs/reference/access-authn-authz/validating-admission-policy/) 以支持 CEL 合法性检查。
[ValidatingAdmissionPolicy](/zh-cn/docs/reference/access-authn-authz/validating-admission-policy/)
以支持 CEL 合法性检查。