Skip to content

Commit

Permalink
Merge pull request kubernetes#125475 from AkihiroSuda/rro
Browse files Browse the repository at this point in the history
KEP-3857: promote RecursiveReadOnlyMounts feature to beta
  • Loading branch information
k8s-ci-robot committed Jun 26, 2024
2 parents c7e3163 + ede79b0 commit cd19796
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/features/kube_features.go
Original file line number Diff line number Diff line change
Expand Up @@ -933,6 +933,7 @@ const (
// owner: @AkihiroSuda
// kep: https://kep.k8s.io/3857
// alpha: v1.30
// beta: v1.31
//
// Allows recursive read-only mounts.
RecursiveReadOnlyMounts featuregate.Feature = "RecursiveReadOnlyMounts"
Expand Down Expand Up @@ -1280,5 +1281,5 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS

StorageNamespaceIndex: {Default: true, PreRelease: featuregate.Beta},

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

0 comments on commit cd19796

Please sign in to comment.