mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 09:22:44 +00:00
Mark NewVolumeManagerReconstruction GA
This commit is contained in:
parent
11785bb815
commit
513c2a3690
@ -510,6 +510,7 @@ const (
|
|||||||
// kep: https://kep.k8s.io/3756
|
// kep: https://kep.k8s.io/3756
|
||||||
// alpha: v1.25 (as part of SELinuxMountReadWriteOncePod)
|
// alpha: v1.25 (as part of SELinuxMountReadWriteOncePod)
|
||||||
// beta: v1.27
|
// beta: v1.27
|
||||||
|
// GA: v1.30
|
||||||
// Robust VolumeManager reconstruction after kubelet restart.
|
// Robust VolumeManager reconstruction after kubelet restart.
|
||||||
NewVolumeManagerReconstruction featuregate.Feature = "NewVolumeManagerReconstruction"
|
NewVolumeManagerReconstruction featuregate.Feature = "NewVolumeManagerReconstruction"
|
||||||
|
|
||||||
@ -1055,7 +1056,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
|
|||||||
|
|
||||||
MultiCIDRServiceAllocator: {Default: false, PreRelease: featuregate.Alpha},
|
MultiCIDRServiceAllocator: {Default: false, PreRelease: featuregate.Alpha},
|
||||||
|
|
||||||
NewVolumeManagerReconstruction: {Default: true, PreRelease: featuregate.Beta},
|
NewVolumeManagerReconstruction: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.32
|
||||||
|
|
||||||
NFTablesProxyMode: {Default: false, PreRelease: featuregate.Alpha},
|
NFTablesProxyMode: {Default: false, PreRelease: featuregate.Alpha},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user