KEP-3857: promote RecursiveReadOnlyMounts feature to beta

KEP: https://kep.k8s.io/3857

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
Akihiro Suda 2024-06-13 08:58:00 +09:00
parent 7943c17867
commit ede79b0470
No known key found for this signature in database
GPG Key ID: 49524C6F9F638F1A

View File

@ -924,6 +924,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"
@ -1270,5 +1271,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},
} }