Skip to content

Commit 06ecaef

Browse files
committed
Remove ReadWriteOncePod feature gate
1 parent b722d01 commit 06ecaef

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

pkg/features/kube_features.go

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -663,15 +663,6 @@ const (
663663
// bursting into resources requested at higher QoS levels (memory only for now)
664664
QOSReserved featuregate.Feature = "QOSReserved"
665665

666-
// owner: @chrishenzie
667-
// kep: https://kep.k8s.io/2485
668-
// alpha: v1.22
669-
// beta: v1.27
670-
// GA: v1.29
671-
//
672-
// Enables usage of the ReadWriteOncePod PersistentVolume access mode.
673-
ReadWriteOncePod featuregate.Feature = "ReadWriteOncePod"
674-
675666
// owner: @gnufied
676667
// kep: https://kep.k8s.io/1790
677668
// alpha: v1.23
@@ -1172,8 +1163,6 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
11721163

11731164
QOSReserved: {Default: false, PreRelease: featuregate.Alpha},
11741165

1175-
ReadWriteOncePod: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.31
1176-
11771166
RecoverVolumeExpansionFailure: {Default: false, PreRelease: featuregate.Alpha},
11781167

11791168
RelaxedEnvironmentVariableValidation: {Default: false, PreRelease: featuregate.Alpha},

0 commit comments

Comments
 (0)