Graduating WindowsEndpointSliceProxying feature gate to beta

This commit is contained in:
Rob Scott 2021-03-04 09:24:03 -08:00
parent e22e9b4f83
commit 854e84773b
No known key found for this signature in database
GPG Key ID: 90C19B2D4A99C91B

View File

@ -479,6 +479,7 @@ const (
// owner: @robscott @kumarvin123
// alpha: v1.19
// beta: v1.21
//
// Enable Endpoint Slice consumption by kube-proxy in Windows for improved scalability.
WindowsEndpointSliceProxying featuregate.Feature = "WindowsEndpointSliceProxying"
@ -754,7 +755,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
EndpointSliceProxying: {Default: true, PreRelease: featuregate.Beta},
EndpointSliceTerminatingCondition: {Default: false, PreRelease: featuregate.Alpha},
EndpointSliceNodeName: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, //remove in 1.25
WindowsEndpointSliceProxying: {Default: false, PreRelease: featuregate.Alpha},
WindowsEndpointSliceProxying: {Default: true, PreRelease: featuregate.Beta},
StartupProbe: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.23
AllowInsecureBackendProxy: {Default: true, PreRelease: featuregate.Beta},
PodDisruptionBudget: {Default: true, PreRelease: featuregate.Beta},