Merge pull request #122134 from ty-dc/ga/remove_ProxyTerminatingEndpoints

Remove GA featuregate about ProxyTerminatingEndpoints in 1.30
This commit is contained in:
Kubernetes Prow Robot 2023-12-14 06:18:25 +01:00 committed by GitHub
commit 9694ebd2a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -689,15 +689,6 @@ const (
// Enables control over ProcMountType for containers.
ProcMountType featuregate.Feature = "ProcMountType"
// owner: @andrewsykim
// kep: https://kep.k8s.io/1669
// alpha: v1.22
// beta: v1.26
// GA: v1.28
//
// Enable kube-proxy to handle terminating ednpoints when externalTrafficPolicy=Local
ProxyTerminatingEndpoints featuregate.Feature = "ProxyTerminatingEndpoints"
// owner: @sjenning
// alpha: v1.11
//
@ -1168,8 +1159,6 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
ProcMountType: {Default: false, PreRelease: featuregate.Alpha},
ProxyTerminatingEndpoints: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.30
QOSReserved: {Default: false, PreRelease: featuregate.Alpha},
ReadWriteOncePod: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.31