Skip to content

Commit 7943c17

Browse files
authored
Merge pull request kubernetes#124329 from chrishenzie/remove-readwriteoncepod-feature-gate
Remove ReadWriteOncePod feature gate
2 parents 0a6ad55 + 06ecaef commit 7943c17

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
@@ -617,15 +617,6 @@ const (
617617
// bursting into resources requested at higher QoS levels (memory only for now)
618618
QOSReserved featuregate.Feature = "QOSReserved"
619619

620-
// owner: @chrishenzie
621-
// kep: https://kep.k8s.io/2485
622-
// alpha: v1.22
623-
// beta: v1.27
624-
// GA: v1.29
625-
//
626-
// Enables usage of the ReadWriteOncePod PersistentVolume access mode.
627-
ReadWriteOncePod featuregate.Feature = "ReadWriteOncePod"
628-
629620
// owner: @gnufied
630621
// kep: https://kep.k8s.io/1790
631622
// alpha: v1.23
@@ -1119,8 +1110,6 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
11191110

11201111
QOSReserved: {Default: false, PreRelease: featuregate.Alpha},
11211112

1122-
ReadWriteOncePod: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.31
1123-
11241113
RecoverVolumeExpansionFailure: {Default: false, PreRelease: featuregate.Alpha},
11251114

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

0 commit comments

Comments
 (0)