File tree 5 files changed +38
-22
lines changed
content/zh-cn/docs/reference/command-line-tools-reference/feature-gates
5 files changed +38
-22
lines changed Original file line number Diff line number Diff line change @@ -6,17 +6,20 @@ _build:
6
6
render : false
7
7
8
8
stages :
9
- - stage : alpha
9
+ - stage : alpha
10
10
defaultValue : false
11
11
fromVersion : " 1.18"
12
12
toVersion : " 1.19"
13
13
- stage : beta
14
14
defaultValue : true
15
15
fromVersion : " 1.20"
16
- toVersion : " 1.28"
16
+ toVersion : " 1.28"
17
17
- stage : stable
18
18
defaultValue : true
19
- fromVersion : " 1.29"
19
+ fromVersion : " 1.29"
20
+ toVersion : " 1.30"
21
+
22
+ removed : true
20
23
---
21
24
22
25
<!--
Original file line number Diff line number Diff line change @@ -6,24 +6,30 @@ _build:
6
6
render : false
7
7
8
8
stages :
9
- - stage : alpha
9
+ - stage : alpha
10
10
defaultValue : false
11
11
fromVersion : " 1.23"
12
12
toVersion : " 1.27"
13
13
- stage : deprecated
14
14
defaultValue : false
15
- fromVersion : " 1.28"
15
+ fromVersion : " 1.28"
16
+ toVersion : " 1.30"
17
+
18
+ removed : true
16
19
---
20
+
17
21
<!--
18
22
Enables shims and translation logic to route volume
19
23
operations from the RBD in-tree plugin to Ceph RBD CSI plugin. Requires
20
24
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.
24
29
-->
25
30
启用封装和转换逻辑,将卷操作从 RBD 的内嵌插件路由到 Ceph RBD CSI 插件。
26
31
此特性要求 CSIMigration 和 csiMigrationRBD 特性标志均被启用,
27
32
且集群中安装并配置了 Ceph CSI 插件。
28
- 此标志已被弃用,以鼓励使用 ` InTreePluginRBDUnregister ` 特性标志。
33
+
34
+ 此特性门控已被弃用,以鼓励使用 ` InTreePluginRBDUnregister ` 特性门控。
29
35
后者会禁止注册内嵌的 RBD 插件。
Original file line number Diff line number Diff line change @@ -6,17 +6,19 @@ _build:
6
6
render : false
7
7
8
8
stages :
9
- - stage : alpha
9
+ - stage : alpha
10
10
defaultValue : false
11
11
fromVersion : " 1.23"
12
12
toVersion : " 1.27"
13
13
- stage : deprecated
14
14
defaultValue : false
15
- fromVersion : " 1.28"
15
+ fromVersion : " 1.28"
16
+ toVersion : " 1.30"
17
+
18
+ removed : true
16
19
---
17
20
18
21
<!--
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.
21
23
-->
22
24
在 kubelet 和卷控制器上关闭注册 RBD 内嵌插件。
Original file line number Diff line number Diff line change @@ -6,17 +6,20 @@ _build:
6
6
render : false
7
7
8
8
stages :
9
- - stage : alpha
9
+ - stage : alpha
10
10
defaultValue : false
11
11
fromVersion : " 1.23"
12
12
toVersion : " 1.23"
13
13
- stage : beta
14
14
defaultValue : true
15
- fromVersion : " 1.24"
16
- toVersion : " 1.28"
15
+ fromVersion : " 1.24"
16
+ toVersion : " 1.28"
17
17
- stage : stable
18
18
defaultValue : true
19
- fromVersion : " 1.29"
19
+ fromVersion : " 1.29"
20
+ toVersion : " 1.30"
21
+
22
+ removed : true
20
23
---
21
24
22
25
<!--
Original file line number Diff line number Diff line change @@ -6,16 +6,18 @@ _build:
6
6
render : false
7
7
8
8
stages :
9
- - stage : alpha
9
+ - stage : alpha
10
10
defaultValue : false
11
11
fromVersion : " 1.28"
12
12
toVersion : " 1.28"
13
13
- stage : deprecated
14
14
defaultValue : true
15
- fromVersion : " 1.29"
15
+ fromVersion : " 1.29"
16
+ toVersion : " 1.30"
17
+
18
+ removed : true
16
19
---
17
20
<!--
18
- Skip validation for GCE, will enable in the
19
- next version.
21
+ Skip validation that GCE PersistentDisk volumes are in read-only mode.
20
22
-->
21
- 跳过对 GCE 的验证,将在下个版本中启用 。
23
+ 跳过对 GCE PersistentDisk 卷处于只读模式的验证 。
You can’t perform that action at this time.
0 commit comments