Merge pull request #50631 from windsonsea/feagan

[zh] Sync feature-gates/N*.md to P*.md
pull/50694/head
Kubernetes Prow Robot 2025-04-25 18:21:22 -07:00 committed by GitHub
commit 71ff839dec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 100 additions and 1 deletions

View File

@ -13,6 +13,10 @@ stages:
- stage: beta
defaultValue: true
fromVersion: "1.31"
toVersion: "1.32"
- stage: stable
defaultValue: true
fromVersion: "1.33"
---
<!--

View File

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

View File

@ -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再删除其他资源。

View File

@ -17,6 +17,9 @@ stages:
- stage: stable
defaultValue: true
fromVersion: "1.31"
toVersion: "1.32"
removed: true
---
<!--

View File

@ -17,6 +17,9 @@ stages:
- stage: stable
defaultValue: true
fromVersion: "1.31"
toVersion: "1.32"
removed: true
---
<!--

View File

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

View File

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

View File

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

View File

@ -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` 这两个值。