Merge pull request #48436 from sftim/20241019_update_removed_feature_gates
Mark some already-removed feature gates as removedpull/48524/head
commit
cbff8934f1
|
@ -6,17 +6,20 @@ _build:
|
|||
render: false
|
||||
|
||||
stages:
|
||||
- stage: alpha
|
||||
- stage: alpha
|
||||
defaultValue: false
|
||||
fromVersion: "1.18"
|
||||
toVersion: "1.19"
|
||||
- stage: beta
|
||||
defaultValue: true
|
||||
fromVersion: "1.20"
|
||||
toVersion: "1.28"
|
||||
toVersion: "1.28"
|
||||
- stage: stable
|
||||
defaultValue: true
|
||||
fromVersion: "1.29"
|
||||
fromVersion: "1.29"
|
||||
toVersion: "1.30"
|
||||
|
||||
removed: true
|
||||
---
|
||||
Enable managing request concurrency with
|
||||
prioritization and fairness at each server. (Renamed from `RequestManagement`)
|
||||
|
|
|
@ -6,17 +6,21 @@ _build:
|
|||
render: false
|
||||
|
||||
stages:
|
||||
- stage: alpha
|
||||
- stage: alpha
|
||||
defaultValue: false
|
||||
fromVersion: "1.23"
|
||||
toVersion: "1.27"
|
||||
- stage: deprecated
|
||||
defaultValue: false
|
||||
fromVersion: "1.28"
|
||||
fromVersion: "1.28"
|
||||
toVersion: "1.30"
|
||||
|
||||
removed: true
|
||||
---
|
||||
Enables shims and translation logic to route volume
|
||||
operations from the RBD in-tree plugin to Ceph RBD CSI plugin. Requires
|
||||
CSIMigration and csiMigrationRBD feature flags enabled and Ceph CSI plugin
|
||||
installed and configured in the cluster. This flag has been deprecated in
|
||||
favor of the `InTreePluginRBDUnregister` feature flag which prevents the registration of
|
||||
in-tree RBD plugin.
|
||||
installed and configured in the cluster.
|
||||
|
||||
This feature gate was deprecated in favor of the `InTreePluginRBDUnregister` feature gate,
|
||||
which prevents the registration of in-tree RBD plugin.
|
||||
|
|
|
@ -6,13 +6,15 @@ _build:
|
|||
render: false
|
||||
|
||||
stages:
|
||||
- stage: alpha
|
||||
- stage: alpha
|
||||
defaultValue: false
|
||||
fromVersion: "1.23"
|
||||
toVersion: "1.27"
|
||||
- stage: deprecated
|
||||
defaultValue: false
|
||||
fromVersion: "1.28"
|
||||
fromVersion: "1.28"
|
||||
toVersion: "1.30"
|
||||
|
||||
removed: true
|
||||
---
|
||||
Stops registering the RBD in-tree plugin in kubelet
|
||||
and volume controllers.
|
||||
Stops registering the RBD in-tree plugin within kubelet and volume controllers.
|
||||
|
|
|
@ -6,17 +6,20 @@ _build:
|
|||
render: false
|
||||
|
||||
stages:
|
||||
- stage: alpha
|
||||
- stage: alpha
|
||||
defaultValue: false
|
||||
fromVersion: "1.23"
|
||||
toVersion: "1.23"
|
||||
- stage: beta
|
||||
defaultValue: true
|
||||
fromVersion: "1.24"
|
||||
toVersion: "1.28"
|
||||
fromVersion: "1.24"
|
||||
toVersion: "1.28"
|
||||
- stage: stable
|
||||
defaultValue: true
|
||||
fromVersion: "1.29"
|
||||
fromVersion: "1.29"
|
||||
toVersion: "1.30"
|
||||
|
||||
removed: true
|
||||
---
|
||||
Enables tracking the number of Pods that have a `Ready`
|
||||
[condition](/docs/concepts/workloads/pods/pod-lifecycle/#pod-conditions).
|
||||
|
|
|
@ -6,13 +6,15 @@ _build:
|
|||
render: false
|
||||
|
||||
stages:
|
||||
- stage: alpha
|
||||
- stage: alpha
|
||||
defaultValue: false
|
||||
fromVersion: "1.28"
|
||||
toVersion: "1.28"
|
||||
- stage: deprecated
|
||||
defaultValue: true
|
||||
fromVersion: "1.29"
|
||||
fromVersion: "1.29"
|
||||
toVersion: "1.30"
|
||||
|
||||
removed: true
|
||||
---
|
||||
Skip validation for GCE, will enable in the
|
||||
next version.
|
||||
Skip validation that GCE PersistentDisk volumes are in read-only mode.
|
||||
|
|
Loading…
Reference in New Issue