Skip to content

Commit 71ff839

Browse files
authored
Merge pull request #50631 from windsonsea/feagan
[zh] Sync feature-gates/N*.md to P*.md
2 parents e87fe4b + 1308d9c commit 71ff839

9 files changed

+100
-1
lines changed

content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/NFTablesProxyMode.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ stages:
1313
- stage: beta
1414
defaultValue: true
1515
fromVersion: "1.31"
16+
toVersion: "1.32"
17+
- stage: stable
18+
defaultValue: true
19+
fromVersion: "1.33"
1620
---
1721

1822
<!--

content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/NodeInclusionPolicyInPodTopologySpread.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,17 @@ _build:
66
render: false
77

88
stages:
9-
- stage: alpha
9+
- stage: alpha
1010
defaultValue: false
1111
fromVersion: "1.25"
1212
toVersion: "1.25"
1313
- stage: beta
1414
defaultValue: true
1515
fromVersion: "1.26"
16+
toVersion: "1.32"
17+
- stage: stable
18+
defaultValue: true
19+
fromVersion: "1.33"
1620
---
1721

1822
<!--
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: OrderedNamespaceDeletion
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
8+
stages:
9+
- stage: beta
10+
defaultValue: false
11+
fromVersion: "1.30"
12+
toVersion: "1.32"
13+
- stage: beta
14+
defaultValue: true
15+
fromVersion: "1.33"
16+
---
17+
18+
<!--
19+
Enables the pods being deleted before the rest of resources while namespace deletion.
20+
-->
21+
允许在删除命名空间时,先删除 Pod,再删除其他资源。

content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/PDBUnhealthyPodEvictionPolicy.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ stages:
1717
- stage: stable
1818
defaultValue: true
1919
fromVersion: "1.31"
20+
toVersion: "1.32"
21+
22+
removed: true
2023
---
2124

2225
<!--

content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/PersistentVolumeLastPhaseTransitionTime.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ stages:
1717
- stage: stable
1818
defaultValue: true
1919
fromVersion: "1.31"
20+
toVersion: "1.32"
21+
22+
removed: true
2023
---
2124

2225
<!--

content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/PodLifecycleSleepActionAllowZero.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ stages:
99
- stage: alpha
1010
defaultValue: false
1111
fromVersion: "1.32"
12+
toVersion: "1.32"
13+
- stage: beta
14+
defaultValue: true
15+
fromVersion: "1.33"
1216
---
1317

1418
<!--
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: PodObservedGenerationTracking
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
8+
stages:
9+
- stage: alpha
10+
defaultValue: false
11+
fromVersion: "1.33"
12+
---
13+
14+
<!--
15+
Enables the kubelet to set `observedGeneration` in the pod status and other components to set `observedGeneration`
16+
in pod conditions to reflect the `metadata.generation` of the pod at the time that the status or condition is being recorded.
17+
-->
18+
允许 kubelet 在 Pod 状态中设置 `observedGeneration`,并允许其他组件在 Pod 状况中设置
19+
`observedGeneration`,以反映在记录状态或状况时 Pod 的 `metadata.generation`
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: PodTopologyLabelsAdmission
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
8+
stages:
9+
- stage: alpha
10+
defaultValue: false
11+
fromVersion: "1.33"
12+
---
13+
14+
<!--
15+
Enables the `PodTopologyLabels` admission plugin.
16+
See [Pod Topology Labels](docs/reference/access-authn-authz/admission-controllers#podtopologylabels)
17+
for details.
18+
-->
19+
启用 `PodTopologyLabels` 准入插件。
20+
有关细节参见 [Pod 拓扑标签](/zh-cn/docs/reference/access-authn-authz/admission-controllers#podtopologylabels)
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: PreferSameTrafficDistribution
3+
content_type: feature_gate
4+
5+
_build:
6+
list: never
7+
render: false
8+
9+
stages:
10+
- stage: alpha
11+
defaultValue: false
12+
fromVersion: "1.33"
13+
---
14+
15+
<!--
16+
Allows usage of the values `PreferSameZone` and `PreferSameNode` in the Service
17+
[`trafficDistribution`](/docs/reference/networking/virtual-ips/#traffic-distribution)
18+
field.
19+
-->
20+
允许在 Service 的 [`trafficDistribution`](/zh-cn/docs/reference/networking/virtual-ips/#traffic-distribution)
21+
字段中使用 `PreferSameZone``PreferSameNode` 这两个值。

0 commit comments

Comments
 (0)