Remove GA featuregate about ProxyTerminatingEndpoints in 1.30

Signed-off-by: tao.yang <tao.yang@daocloud.io>
This commit is contained in:
tao.yang 2023-12-01 14:47:54 +08:00
parent 55f2bc1043
commit e13dca64cf

View File

@ -689,15 +689,6 @@ const (
// Enables control over ProcMountType for containers. // Enables control over ProcMountType for containers.
ProcMountType featuregate.Feature = "ProcMountType" 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 // owner: @sjenning
// alpha: v1.11 // alpha: v1.11
// //
@ -1162,8 +1153,6 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
ProcMountType: {Default: false, PreRelease: featuregate.Alpha}, ProcMountType: {Default: false, PreRelease: featuregate.Alpha},
ProxyTerminatingEndpoints: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.30
QOSReserved: {Default: false, PreRelease: featuregate.Alpha}, QOSReserved: {Default: false, PreRelease: featuregate.Alpha},
ReadWriteOncePod: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.31 ReadWriteOncePod: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.31