mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-10 12:32:03 +00:00
Remove ReadWriteOncePod feature gate
This commit is contained in:
parent
b722d017a3
commit
06ecaef613
@ -663,15 +663,6 @@ const (
|
|||||||
// bursting into resources requested at higher QoS levels (memory only for now)
|
// bursting into resources requested at higher QoS levels (memory only for now)
|
||||||
QOSReserved featuregate.Feature = "QOSReserved"
|
QOSReserved featuregate.Feature = "QOSReserved"
|
||||||
|
|
||||||
// owner: @chrishenzie
|
|
||||||
// kep: https://kep.k8s.io/2485
|
|
||||||
// alpha: v1.22
|
|
||||||
// beta: v1.27
|
|
||||||
// GA: v1.29
|
|
||||||
//
|
|
||||||
// Enables usage of the ReadWriteOncePod PersistentVolume access mode.
|
|
||||||
ReadWriteOncePod featuregate.Feature = "ReadWriteOncePod"
|
|
||||||
|
|
||||||
// owner: @gnufied
|
// owner: @gnufied
|
||||||
// kep: https://kep.k8s.io/1790
|
// kep: https://kep.k8s.io/1790
|
||||||
// alpha: v1.23
|
// alpha: v1.23
|
||||||
@ -1172,8 +1163,6 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
|
|||||||
|
|
||||||
QOSReserved: {Default: false, PreRelease: featuregate.Alpha},
|
QOSReserved: {Default: false, PreRelease: featuregate.Alpha},
|
||||||
|
|
||||||
ReadWriteOncePod: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.31
|
|
||||||
|
|
||||||
RecoverVolumeExpansionFailure: {Default: false, PreRelease: featuregate.Alpha},
|
RecoverVolumeExpansionFailure: {Default: false, PreRelease: featuregate.Alpha},
|
||||||
|
|
||||||
RelaxedEnvironmentVariableValidation: {Default: false, PreRelease: featuregate.Alpha},
|
RelaxedEnvironmentVariableValidation: {Default: false, PreRelease: featuregate.Alpha},
|
||||||
|
Loading…
Reference in New Issue
Block a user