mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-10 04:27:54 +00:00
Merge pull request #122134 from ty-dc/ga/remove_ProxyTerminatingEndpoints
Remove GA featuregate about ProxyTerminatingEndpoints in 1.30
This commit is contained in:
commit
9694ebd2a7
@ -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
|
||||||
//
|
//
|
||||||
@ -1168,8 +1159,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