Skip to content

Commit

Permalink
Merge pull request kubernetes#103796 from mengjiao-liu/remove-feature…
Browse files Browse the repository at this point in the history
…gate-AllowInsecureBackendProxy

Remove AllowInsecureBackendProxy feature gate
  • Loading branch information
k8s-ci-robot authored Aug 12, 2021
2 parents e6c7837 + 5eae896 commit 2dc4f7b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pkg/features/kube_features.go
Original file line number Diff line number Diff line change
Expand Up @@ -430,13 +430,6 @@ const (
// Enable Endpoint Slice consumption by kube-proxy in Windows for improved scalability.
WindowsEndpointSliceProxying featuregate.Feature = "WindowsEndpointSliceProxying"

// owner: @deads2k
// beta: v1.17
// GA: v1.21
//
// Enables the users to skip TLS verification of kubelets on pod logs requests
AllowInsecureBackendProxy featuregate.Feature = "AllowInsecureBackendProxy"

// owner: @mortent
// alpha: v1.3
// beta: v1.5
Expand Down Expand Up @@ -843,7 +836,6 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
ProxyTerminatingEndpoints: {Default: false, PreRelease: featuregate.Alpha},
EndpointSliceNodeName: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, //remove in 1.25
WindowsEndpointSliceProxying: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.25
AllowInsecureBackendProxy: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.23
PodDisruptionBudget: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.25
CronJobControllerV2: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.23
DaemonSetUpdateSurge: {Default: true, PreRelease: featuregate.Beta}, // on by default in 1.22
Expand Down

0 comments on commit 2dc4f7b

Please sign in to comment.