Skip to content

Commit

Permalink
KEP 3836 - v1.31 update [promote to GA]
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderConstantinescu committed Jun 11, 2024
1 parent c9a1a0a commit d1d7ce4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/features/kube_features.go
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@ const (
// kep: http://kep.k8s.io/3836
// alpha: v1.28
// beta: v1.30
// stable: v1.31
//
// Implement connection draining for terminating nodes for
// `externalTrafficPolicy: Cluster` services.
Expand Down Expand Up @@ -1055,7 +1056,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS

KubeletTracing: {Default: true, PreRelease: featuregate.Beta},

KubeProxyDrainingTerminatingNodes: {Default: true, PreRelease: featuregate.Beta},
KubeProxyDrainingTerminatingNodes: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // GA in 1.31; remove in 1.33

LegacyServiceAccountTokenCleanUp: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // GA in 1.30; remove in 1.32

Expand Down

0 comments on commit d1d7ce4

Please sign in to comment.