File tree Expand file tree Collapse file tree 5 files changed +34
-20
lines changed
content/en/docs/reference/command-line-tools-reference/feature-gates Expand file tree Collapse file tree 5 files changed +34
-20
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
Enable managing request concurrency with
22
25
prioritization and fairness at each server. (Renamed from ` RequestManagement ` )
Original file line number Diff line number Diff line change @@ -6,17 +6,21 @@ _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
Enables shims and translation logic to route volume
18
21
operations from the RBD in-tree plugin to Ceph RBD CSI plugin. Requires
19
22
CSIMigration and csiMigrationRBD feature flags enabled and Ceph CSI plugin
20
- installed and configured in the cluster. This flag has been deprecated in
21
- favor of the ` InTreePluginRBDUnregister ` feature flag which prevents the registration of
22
- in-tree RBD plugin.
23
+ installed and configured in the cluster.
24
+
25
+ This feature gate was deprecated in favor of the ` InTreePluginRBDUnregister ` feature gate,
26
+ which prevents the registration of in-tree RBD plugin.
Original file line number Diff line number Diff line change @@ -6,13 +6,15 @@ _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
- Stops registering the RBD in-tree plugin in kubelet
18
- and volume controllers.
20
+ Stops registering the RBD in-tree plugin within kubelet and volume controllers.
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
Enables tracking the number of Pods that have a ` Ready `
22
25
[ condition] ( /docs/concepts/workloads/pods/pod-lifecycle/#pod-conditions ) .
Original file line number Diff line number Diff line change @@ -6,13 +6,15 @@ _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
- Skip validation for GCE, will enable in the
18
- next version.
20
+ Skip validation that GCE PersistentDisk volumes are in read-only mode.
You can’t perform that action at this time.
0 commit comments