mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-08 03:33:56 +00:00
Remove GA featuregate about ProxyTerminatingEndpoints in 1.30
Signed-off-by: tao.yang <tao.yang@daocloud.io>
This commit is contained in:
parent
55f2bc1043
commit
e13dca64cf
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user