promote feature gate MultiCIDRServiceAllocator to beta disabled by default
This commit is contained in:
@@ -484,6 +484,7 @@ const (
|
|||||||
// owner: @aojea
|
// owner: @aojea
|
||||||
// kep: https://kep.k8s.io/1880
|
// kep: https://kep.k8s.io/1880
|
||||||
// alpha: v1.27
|
// alpha: v1.27
|
||||||
|
// beta: v1.31
|
||||||
//
|
//
|
||||||
// Enables the dynamic configuration of Service IP ranges
|
// Enables the dynamic configuration of Service IP ranges
|
||||||
MultiCIDRServiceAllocator featuregate.Feature = "MultiCIDRServiceAllocator"
|
MultiCIDRServiceAllocator featuregate.Feature = "MultiCIDRServiceAllocator"
|
||||||
@@ -1095,7 +1096,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
|
|||||||
|
|
||||||
MinDomainsInPodTopologySpread: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.32
|
MinDomainsInPodTopologySpread: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.32
|
||||||
|
|
||||||
MultiCIDRServiceAllocator: {Default: false, PreRelease: featuregate.Alpha},
|
MultiCIDRServiceAllocator: {Default: false, PreRelease: featuregate.Beta},
|
||||||
|
|
||||||
NewVolumeManagerReconstruction: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.32
|
NewVolumeManagerReconstruction: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.32
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user