Skip to content

Commit 8e2a536

Browse files
authored
Merge pull request #48521 from windsonsea/apifeat
[zh] Sync feature-gates/*.md
2 parents 55ef334 + 5f25a18 commit 8e2a536

File tree

5 files changed

+38
-22
lines changed

5 files changed

+38
-22
lines changed

content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/api-priority-and-fairness.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,20 @@ _build:
66
render: false
77

88
stages:
9-
- stage: alpha
9+
- stage: alpha
1010
defaultValue: false
1111
fromVersion: "1.18"
1212
toVersion: "1.19"
1313
- stage: beta
1414
defaultValue: true
1515
fromVersion: "1.20"
16-
toVersion: "1.28"
16+
toVersion: "1.28"
1717
- stage: stable
1818
defaultValue: true
19-
fromVersion: "1.29"
19+
fromVersion: "1.29"
20+
toVersion: "1.30"
21+
22+
removed: true
2023
---
2124

2225
<!--

content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/csi-migration-rbd.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,30 @@ _build:
66
render: false
77

88
stages:
9-
- stage: alpha
9+
- stage: alpha
1010
defaultValue: false
1111
fromVersion: "1.23"
1212
toVersion: "1.27"
1313
- stage: deprecated
1414
defaultValue: false
15-
fromVersion: "1.28"
15+
fromVersion: "1.28"
16+
toVersion: "1.30"
17+
18+
removed: true
1619
---
20+
1721
<!--
1822
Enables shims and translation logic to route volume
1923
operations from the RBD in-tree plugin to Ceph RBD CSI plugin. Requires
2024
CSIMigration and csiMigrationRBD feature flags enabled and Ceph CSI plugin
21-
installed and configured in the cluster. This flag has been deprecated in
22-
favor of the `InTreePluginRBDUnregister` feature flag which prevents the registration of
23-
in-tree RBD plugin.
25+
installed and configured in the cluster.
26+
27+
This feature gate was deprecated in favor of the `InTreePluginRBDUnregister` feature gate,
28+
which prevents the registration of in-tree RBD plugin.
2429
-->
2530
启用封装和转换逻辑,将卷操作从 RBD 的内嵌插件路由到 Ceph RBD CSI 插件。
2631
此特性要求 CSIMigration 和 csiMigrationRBD 特性标志均被启用,
2732
且集群中安装并配置了 Ceph CSI 插件。
28-
此标志已被弃用,以鼓励使用 `InTreePluginRBDUnregister` 特性标志。
33+
34+
此特性门控已被弃用,以鼓励使用 `InTreePluginRBDUnregister` 特性门控。
2935
后者会禁止注册内嵌的 RBD 插件。

content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/in-tree-plugin-rbd-unregister.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,19 @@ _build:
66
render: false
77

88
stages:
9-
- stage: alpha
9+
- stage: alpha
1010
defaultValue: false
1111
fromVersion: "1.23"
1212
toVersion: "1.27"
1313
- stage: deprecated
1414
defaultValue: false
15-
fromVersion: "1.28"
15+
fromVersion: "1.28"
16+
toVersion: "1.30"
17+
18+
removed: true
1619
---
1720

1821
<!--
19-
Stops registering the RBD in-tree plugin in kubelet
20-
and volume controllers.
22+
Stops registering the RBD in-tree plugin within kubelet and volume controllers.
2123
-->
2224
在 kubelet 和卷控制器上关闭注册 RBD 内嵌插件。

content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/job-ready-pods.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,20 @@ _build:
66
render: false
77

88
stages:
9-
- stage: alpha
9+
- stage: alpha
1010
defaultValue: false
1111
fromVersion: "1.23"
1212
toVersion: "1.23"
1313
- stage: beta
1414
defaultValue: true
15-
fromVersion: "1.24"
16-
toVersion: "1.28"
15+
fromVersion: "1.24"
16+
toVersion: "1.28"
1717
- stage: stable
1818
defaultValue: true
19-
fromVersion: "1.29"
19+
fromVersion: "1.29"
20+
toVersion: "1.30"
21+
22+
removed: true
2023
---
2124

2225
<!--

content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/skip-read-only-validation-gce.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,18 @@ _build:
66
render: false
77

88
stages:
9-
- stage: alpha
9+
- stage: alpha
1010
defaultValue: false
1111
fromVersion: "1.28"
1212
toVersion: "1.28"
1313
- stage: deprecated
1414
defaultValue: true
15-
fromVersion: "1.29"
15+
fromVersion: "1.29"
16+
toVersion: "1.30"
17+
18+
removed: true
1619
---
1720
<!--
18-
Skip validation for GCE, will enable in the
19-
next version.
21+
Skip validation that GCE PersistentDisk volumes are in read-only mode.
2022
-->
21-
跳过对 GCE 的验证,将在下个版本中启用
23+
跳过对 GCE PersistentDisk 卷处于只读模式的验证

0 commit comments

Comments
 (0)