Skip to content

Commit 5eae896

Browse files
author
Mengjiao Liu
committed
Remove AllowInsecureBackendProxy feature gate
1 parent 4023eb7 commit 5eae896

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pkg/features/kube_features.go

-8
Original file line numberDiff line numberDiff line change
@@ -441,13 +441,6 @@ const (
441441
// Enable Endpoint Slice consumption by kube-proxy in Windows for improved scalability.
442442
WindowsEndpointSliceProxying featuregate.Feature = "WindowsEndpointSliceProxying"
443443

444-
// owner: @deads2k
445-
// beta: v1.17
446-
// GA: v1.21
447-
//
448-
// Enables the users to skip TLS verification of kubelets on pod logs requests
449-
AllowInsecureBackendProxy featuregate.Feature = "AllowInsecureBackendProxy"
450-
451444
// owner: @mortent
452445
// alpha: v1.3
453446
// beta: v1.5
@@ -855,7 +848,6 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
855848
ProxyTerminatingEndpoints: {Default: false, PreRelease: featuregate.Alpha},
856849
EndpointSliceNodeName: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, //remove in 1.25
857850
WindowsEndpointSliceProxying: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.25
858-
AllowInsecureBackendProxy: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.23
859851
PodDisruptionBudget: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.25
860852
CronJobControllerV2: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.23
861853
DaemonSetUpdateSurge: {Default: true, PreRelease: featuregate.Beta}, // on by default in 1.22

0 commit comments

Comments
 (0)