Skip to content

Commit cbff893

Browse files
authored
Merge pull request #48436 from sftim/20241019_update_removed_feature_gates
Mark some already-removed feature gates as removed
2 parents cc33a61 + 6270778 commit cbff893

File tree

5 files changed

+34
-20
lines changed

5 files changed

+34
-20
lines changed

content/en/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
Enable managing request concurrency with
2225
prioritization and fairness at each server. (Renamed from `RequestManagement`)

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

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,21 @@ _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
Enables shims and translation logic to route volume
1821
operations from the RBD in-tree plugin to Ceph RBD CSI plugin. Requires
1922
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.

content/en/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,13 +6,15 @@ _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
---
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.

content/en/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
Enables tracking the number of Pods that have a `Ready`
2225
[condition](/docs/concepts/workloads/pods/pod-lifecycle/#pod-conditions).

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ _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
---
17-
Skip validation for GCE, will enable in the
18-
next version.
20+
Skip validation that GCE PersistentDisk volumes are in read-only mode.

0 commit comments

Comments
 (0)