[zh-cn] sync feature-gates/d* m* v* l* s* t* r* u* k*
Signed-off-by: xin.li <xin.li@daocloud.io>
This commit is contained in:
parent
5326ca6e71
commit
7cfe20778d
|
|
@ -11,15 +11,20 @@ stages:
|
||||||
fromVersion: "1.28"
|
fromVersion: "1.28"
|
||||||
---
|
---
|
||||||
<!--
|
<!--
|
||||||
Changes when the default value of
|
This feature gate controls the point at which a default value for
|
||||||
`PodSpec.containers[*].ports[*].hostPort`
|
`.spec.containers[*].ports[*].hostPort`
|
||||||
is assigned. The default is to only set a default value in Pods.
|
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
|
Enabling this means a default will be assigned even to the `.spec` of an embedded
|
||||||
PodSpecs (e.g. in a Deployment), which is the historical default.
|
[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` 的默认值。
|
此特性门控将控制何时为使用 `hostNetwork: true` 的 Pod 设置
|
||||||
默认仅在 Pod 中设置默认值。
|
`.spec.containers[*].ports[*].hostPort` 默认值。
|
||||||
|
|
||||||
启用此特性意味着即使在嵌套的 PodSpec(例如 Deployment 中)中也会设置默认值,
|
启用此特性意味着默认值甚至会分配给嵌入式
|
||||||
这是以前的默认行为。
|
[PodTemplate](/zh-cn/docs/concepts/workloads/pods/#pod-templates)(例如,Deployment)
|
||||||
|
的 `.spec`,这是 Kubernetes 旧版本的工作方式。
|
||||||
|
你应该迁移你的代码,使其不再依赖于原先的行为。
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,10 @@ stages:
|
||||||
- stage: alpha
|
- stage: alpha
|
||||||
defaultValue: false
|
defaultValue: false
|
||||||
fromVersion: "1.28"
|
fromVersion: "1.28"
|
||||||
|
toVersion: "1.30"
|
||||||
|
- stage: beta
|
||||||
|
defaultValue: true
|
||||||
|
fromVersion: "1.30"
|
||||||
---
|
---
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,10 @@ stages:
|
||||||
- stage: alpha
|
- stage: alpha
|
||||||
defaultValue: false
|
defaultValue: false
|
||||||
fromVersion: "1.29"
|
fromVersion: "1.29"
|
||||||
|
toVersion: "1.30"
|
||||||
|
- stage: beta
|
||||||
|
defaultValue: true
|
||||||
|
fromVersion: "1.30"
|
||||||
---
|
---
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,10 @@ stages:
|
||||||
- stage: beta
|
- stage: beta
|
||||||
defaultValue: true
|
defaultValue: true
|
||||||
fromVersion: "1.27"
|
fromVersion: "1.27"
|
||||||
|
toVersion: "1.29"
|
||||||
|
- stage: stable
|
||||||
|
defaultValue: true
|
||||||
|
fromVersion: "1.30"
|
||||||
---
|
---
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
removed: true
|
||||||
title: RemoveSelfLink
|
title: RemoveSelfLink
|
||||||
content_type: feature_gate
|
content_type: feature_gate
|
||||||
_build:
|
_build:
|
||||||
|
|
@ -17,6 +18,7 @@ stages:
|
||||||
- stage: stable
|
- stage: stable
|
||||||
defaultValue: true
|
defaultValue: true
|
||||||
fromVersion: "1.24"
|
fromVersion: "1.24"
|
||||||
|
toVersion: "1.29"
|
||||||
---
|
---
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,10 @@ stages:
|
||||||
- stage: alpha
|
- stage: alpha
|
||||||
defaultValue: false
|
defaultValue: false
|
||||||
fromVersion: "1.29"
|
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.
|
Controls whether the apiserver will validate a Node reference in service account tokens.
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,10 @@ stages:
|
||||||
- stage: alpha
|
- stage: alpha
|
||||||
defaultValue: false
|
defaultValue: false
|
||||||
fromVersion: "1.29"
|
fromVersion: "1.29"
|
||||||
|
toVersion: "1.29"
|
||||||
|
- stage: beta
|
||||||
|
defaultValue: true
|
||||||
|
fromVersion: "1.30"
|
||||||
---
|
---
|
||||||
<!--
|
<!--
|
||||||
Controls whether the apiserver embeds the node name and uid
|
Controls whether the apiserver embeds the node name and uid
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ stages:
|
||||||
<!--
|
<!--
|
||||||
Enables topology aware routing based on topology hints
|
Enables topology aware routing based on topology hints
|
||||||
in EndpointSlices. See [Topology Aware
|
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.
|
details.
|
||||||
-->
|
-->
|
||||||
在 EndpointSlice 中启用基于拓扑提示的拓扑感知路由。
|
在 EndpointSlice 中启用基于拓扑提示的拓扑感知路由。
|
||||||
|
|
|
||||||
|
|
@ -12,11 +12,13 @@ stages:
|
||||||
---
|
---
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
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.
|
experimental, Alpha-quality options.
|
||||||
This feature gate guards *a group* of topology manager options whose quality level is alpha.
|
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.
|
This feature gate will never graduate to beta or stable.
|
||||||
-->
|
-->
|
||||||
|
启用拓扑管理器策略的[微调](zh-cn/docs/tasks/administer-cluster/topology-manager/#topology-manager-policy-options)。
|
||||||
允许微调拓扑管理器策略的实验性的、Alpha 质量的选项。
|
允许微调拓扑管理器策略的实验性的、Alpha 质量的选项。
|
||||||
此特性门控守护**一组**质量级别为 Alpha 的拓扑管理器选项。
|
此特性门控守护**一组**质量级别为 Alpha 的拓扑管理器选项。
|
||||||
此特性门控绝对不会进阶至 Beta 或稳定版。
|
此特性门控绝对不会进阶至 Beta 或稳定版。
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,10 @@ stages:
|
||||||
- stage: alpha
|
- stage: alpha
|
||||||
defaultValue: false
|
defaultValue: false
|
||||||
fromVersion: "1.28"
|
fromVersion: "1.28"
|
||||||
|
toVersion: "1.29"
|
||||||
|
- stage: beta
|
||||||
|
defaultValue: false
|
||||||
|
fromVersion: "1.30"
|
||||||
---
|
---
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|
|
||||||
|
|
@ -13,10 +13,15 @@ stages:
|
||||||
- stage: beta
|
- stage: beta
|
||||||
defaultValue: false
|
defaultValue: false
|
||||||
fromVersion: "1.28"
|
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.
|
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 合法性检查。
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue