mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
Merge pull request #125475 from AkihiroSuda/rro
KEP-3857: promote RecursiveReadOnlyMounts feature to beta
This commit is contained in:
commit
cd19796316
@ -933,6 +933,7 @@ const (
|
|||||||
// owner: @AkihiroSuda
|
// owner: @AkihiroSuda
|
||||||
// kep: https://kep.k8s.io/3857
|
// kep: https://kep.k8s.io/3857
|
||||||
// alpha: v1.30
|
// alpha: v1.30
|
||||||
|
// beta: v1.31
|
||||||
//
|
//
|
||||||
// Allows recursive read-only mounts.
|
// Allows recursive read-only mounts.
|
||||||
RecursiveReadOnlyMounts featuregate.Feature = "RecursiveReadOnlyMounts"
|
RecursiveReadOnlyMounts featuregate.Feature = "RecursiveReadOnlyMounts"
|
||||||
@ -1280,5 +1281,5 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
|
|||||||
|
|
||||||
StorageNamespaceIndex: {Default: true, PreRelease: featuregate.Beta},
|
StorageNamespaceIndex: {Default: true, PreRelease: featuregate.Beta},
|
||||||
|
|
||||||
RecursiveReadOnlyMounts: {Default: false, PreRelease: featuregate.Alpha},
|
RecursiveReadOnlyMounts: {Default: true, PreRelease: featuregate.Beta},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user