Merge pull request #50631 from windsonsea/feagan
[zh] Sync feature-gates/N*.md to P*.mdpull/50694/head
commit
71ff839dec
|
@ -13,6 +13,10 @@ stages:
|
|||
- stage: beta
|
||||
defaultValue: true
|
||||
fromVersion: "1.31"
|
||||
toVersion: "1.32"
|
||||
- stage: stable
|
||||
defaultValue: true
|
||||
fromVersion: "1.33"
|
||||
---
|
||||
|
||||
<!--
|
||||
|
|
|
@ -6,13 +6,17 @@ _build:
|
|||
render: false
|
||||
|
||||
stages:
|
||||
- stage: alpha
|
||||
- stage: alpha
|
||||
defaultValue: false
|
||||
fromVersion: "1.25"
|
||||
toVersion: "1.25"
|
||||
- stage: beta
|
||||
defaultValue: true
|
||||
fromVersion: "1.26"
|
||||
toVersion: "1.32"
|
||||
- stage: stable
|
||||
defaultValue: true
|
||||
fromVersion: "1.33"
|
||||
---
|
||||
|
||||
<!--
|
||||
|
|
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
title: OrderedNamespaceDeletion
|
||||
content_type: feature_gate
|
||||
_build:
|
||||
list: never
|
||||
render: false
|
||||
|
||||
stages:
|
||||
- stage: beta
|
||||
defaultValue: false
|
||||
fromVersion: "1.30"
|
||||
toVersion: "1.32"
|
||||
- stage: beta
|
||||
defaultValue: true
|
||||
fromVersion: "1.33"
|
||||
---
|
||||
|
||||
<!--
|
||||
Enables the pods being deleted before the rest of resources while namespace deletion.
|
||||
-->
|
||||
允许在删除命名空间时,先删除 Pod,再删除其他资源。
|
|
@ -17,6 +17,9 @@ stages:
|
|||
- stage: stable
|
||||
defaultValue: true
|
||||
fromVersion: "1.31"
|
||||
toVersion: "1.32"
|
||||
|
||||
removed: true
|
||||
---
|
||||
|
||||
<!--
|
||||
|
|
|
@ -17,6 +17,9 @@ stages:
|
|||
- stage: stable
|
||||
defaultValue: true
|
||||
fromVersion: "1.31"
|
||||
toVersion: "1.32"
|
||||
|
||||
removed: true
|
||||
---
|
||||
|
||||
<!--
|
||||
|
|
|
@ -9,6 +9,10 @@ stages:
|
|||
- stage: alpha
|
||||
defaultValue: false
|
||||
fromVersion: "1.32"
|
||||
toVersion: "1.32"
|
||||
- stage: beta
|
||||
defaultValue: true
|
||||
fromVersion: "1.33"
|
||||
---
|
||||
|
||||
<!--
|
||||
|
|
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
title: PodObservedGenerationTracking
|
||||
content_type: feature_gate
|
||||
_build:
|
||||
list: never
|
||||
render: false
|
||||
|
||||
stages:
|
||||
- stage: alpha
|
||||
defaultValue: false
|
||||
fromVersion: "1.33"
|
||||
---
|
||||
|
||||
<!--
|
||||
Enables the kubelet to set `observedGeneration` in the pod status and other components to set `observedGeneration`
|
||||
in pod conditions to reflect the `metadata.generation` of the pod at the time that the status or condition is being recorded.
|
||||
-->
|
||||
允许 kubelet 在 Pod 状态中设置 `observedGeneration`,并允许其他组件在 Pod 状况中设置
|
||||
`observedGeneration`,以反映在记录状态或状况时 Pod 的 `metadata.generation`。
|
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
title: PodTopologyLabelsAdmission
|
||||
content_type: feature_gate
|
||||
_build:
|
||||
list: never
|
||||
render: false
|
||||
|
||||
stages:
|
||||
- stage: alpha
|
||||
defaultValue: false
|
||||
fromVersion: "1.33"
|
||||
---
|
||||
|
||||
<!--
|
||||
Enables the `PodTopologyLabels` admission plugin.
|
||||
See [Pod Topology Labels](docs/reference/access-authn-authz/admission-controllers#podtopologylabels)
|
||||
for details.
|
||||
-->
|
||||
启用 `PodTopologyLabels` 准入插件。
|
||||
有关细节参见 [Pod 拓扑标签](/zh-cn/docs/reference/access-authn-authz/admission-controllers#podtopologylabels)。
|
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
title: PreferSameTrafficDistribution
|
||||
content_type: feature_gate
|
||||
|
||||
_build:
|
||||
list: never
|
||||
render: false
|
||||
|
||||
stages:
|
||||
- stage: alpha
|
||||
defaultValue: false
|
||||
fromVersion: "1.33"
|
||||
---
|
||||
|
||||
<!--
|
||||
Allows usage of the values `PreferSameZone` and `PreferSameNode` in the Service
|
||||
[`trafficDistribution`](/docs/reference/networking/virtual-ips/#traffic-distribution)
|
||||
field.
|
||||
-->
|
||||
允许在 Service 的 [`trafficDistribution`](/zh-cn/docs/reference/networking/virtual-ips/#traffic-distribution)
|
||||
字段中使用 `PreferSameZone` 和 `PreferSameNode` 这两个值。
|
Loading…
Reference in New Issue