Skip to content

Commit

Permalink
feat: bump ReadWriteOncePod feature to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishenzie committed Feb 14, 2023
1 parent f855c90 commit be139f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/features/kube_features.go
Expand Up @@ -652,7 +652,9 @@ const (
QOSReserved featuregate.Feature = "QOSReserved"

// owner: @chrishenzie
// kep: https://kep.k8s.io/2485
// alpha: v1.22
// beta: v1.27
//
// Enables usage of the ReadWriteOncePod PersistentVolume access mode.
ReadWriteOncePod featuregate.Feature = "ReadWriteOncePod"
Expand Down Expand Up @@ -1009,7 +1011,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS

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

ReadWriteOncePod: {Default: false, PreRelease: featuregate.Alpha},
ReadWriteOncePod: {Default: true, PreRelease: featuregate.Beta},

RecoverVolumeExpansionFailure: {Default: false, PreRelease: featuregate.Alpha},

Expand Down

0 comments on commit be139f9

Please sign in to comment.