mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-10 12:32:03 +00:00
Merge pull request #118018 from humblec/feature-gate-storage-removal
remove CSIStorageCapacity featuregate
This commit is contained in:
commit
8d491e676a
@ -170,14 +170,6 @@ const (
|
|||||||
// Enables SecretRef field in CSI NodeExpandVolume request.
|
// Enables SecretRef field in CSI NodeExpandVolume request.
|
||||||
CSINodeExpandSecret featuregate.Feature = "CSINodeExpandSecret"
|
CSINodeExpandSecret featuregate.Feature = "CSINodeExpandSecret"
|
||||||
|
|
||||||
// owner: @pohly
|
|
||||||
// alpha: v1.19
|
|
||||||
// beta: v1.21
|
|
||||||
// GA: v1.24
|
|
||||||
//
|
|
||||||
// Enables tracking of available storage capacity that CSI drivers provide.
|
|
||||||
CSIStorageCapacity featuregate.Feature = "CSIStorageCapacity"
|
|
||||||
|
|
||||||
// owner: @fengzixu
|
// owner: @fengzixu
|
||||||
// alpha: v1.21
|
// alpha: v1.21
|
||||||
//
|
//
|
||||||
@ -888,8 +880,6 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
|
|||||||
|
|
||||||
CSINodeExpandSecret: {Default: true, PreRelease: featuregate.Beta},
|
CSINodeExpandSecret: {Default: true, PreRelease: featuregate.Beta},
|
||||||
|
|
||||||
CSIStorageCapacity: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.26
|
|
||||||
|
|
||||||
CSIVolumeHealth: {Default: false, PreRelease: featuregate.Alpha},
|
CSIVolumeHealth: {Default: false, PreRelease: featuregate.Alpha},
|
||||||
|
|
||||||
SkipReadOnlyValidationGCE: {Default: false, PreRelease: featuregate.Alpha},
|
SkipReadOnlyValidationGCE: {Default: false, PreRelease: featuregate.Alpha},
|
||||||
|
Loading…
Reference in New Issue
Block a user