Skip to content

Commit 2d6e1c2

Browse files
committed
[zh] Sync feature-gates/*.md
1 parent 9af20e6 commit 2d6e1c2

25 files changed

+99
-10
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ stages:
1212
toVersion: "1.8"
1313
- stage: beta
1414
defaultValue: true
15-
fromVersion: "1.9"
16-
toVersion: "1.28"
15+
fromVersion: "1.9"
16+
toVersion: "1.28"
1717
- stage: stable
1818
defaultValue: true
19-
fromVersion: "1.29"
19+
fromVersion: "1.29"
2020
toVersion: "1.32"
2121

2222
removed: true

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ stages:
1313
toVersion: "1.26"
1414
- stage: beta
1515
defaultValue: true
16-
fromVersion: "1.27"
16+
fromVersion: "1.27"
1717
toVersion: "1.27"
1818
- stage: stable
1919
defaultValue: true
20-
fromVersion: "1.28"
20+
fromVersion: "1.28"
2121
toVersion: "1.29"
2222
removed: true
2323
---

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ stages:
1313
- stage: beta
1414
defaultValue: true
1515
fromVersion: "1.8"
16-
toVersion: "1.11"
16+
toVersion: "1.11"
1717
- stage: stable
1818
defaultValue: true
1919
fromVersion: "1.12"
20-
toVersion: "1.27"
20+
toVersion: "1.27"
2121

2222
removed: true
2323
---

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ _build:
88
stages:
99
- stage: deprecated
1010
defaultValue: false
11-
fromVersion: "1.29"
11+
fromVersion: "1.29"
1212
---
1313

1414
<!--

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ stages:
1010
- stage: beta
1111
defaultValue: true
1212
fromVersion: "1.32"
13+
toVersion: "1.32"
14+
- stage: stable
15+
defaultValue: true
16+
locked: true
17+
fromVersion: "1.33"
1318
---
1419

1520
<!--

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,13 @@ stages:
1313
- stage: beta
1414
defaultValue: true
1515
fromVersion: "1.23"
16+
toVersion: "1.32"
17+
- stage: stable
18+
defaultValue: true
19+
locked: true
20+
fromVersion: "1.33"
1621
---
22+
1723
<!--
1824
Allow fine-tuning of CPUManager policies.
1925
-->

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ stages:
2020
- stage: deprecated
2121
defaultValue: false
2222
fromVersion: "1.32"
23+
toVersion: "1.32"
24+
- stage: deprecated
25+
defaultValue: true
26+
fromVersion: "1.33"
2327
---
2428

2529
<!--

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ stages:
1616
toVersion: "1.32"
1717
- stage: stable
1818
defaultValue: true
19+
locked: true
1920
fromVersion: "1.33"
2021
---
2122

content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/InPlacePodVerticalScalingAllocatedStatus.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: deprecated
14+
defaultValue: false
15+
fromVersion: "1.33"
1216
---
1317

1418
<!--
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: InformerResourceVersion
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.30"
13+
---
14+
15+
<!--
16+
Enables the check over the last synced resource version using the informer.
17+
-->
18+
允许使用 Informer(通知组件)检查上次同步的资源版本。

0 commit comments

Comments
 (0)