From bcf512693a0932885c9d58eeae4381e449bf3e8a Mon Sep 17 00:00:00 2001 From: cyclinder Date: Thu, 25 Jan 2024 13:53:50 +0800 Subject: [PATCH] kep-3836: promote to beta in 1.30 --- pkg/features/kube_features.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/features/kube_features.go b/pkg/features/kube_features.go index 39c89fe764d..f6a6cdc4d95 100644 --- a/pkg/features/kube_features.go +++ b/pkg/features/kube_features.go @@ -421,6 +421,7 @@ const ( // owner: @alexanderConstantinescu // kep: http://kep.k8s.io/3836 // alpha: v1.28 + // beta: v1.30 // // Implement connection draining for terminating nodes for // `externalTrafficPolicy: Cluster` services.