From c8bc4202454f0acd791943609c7a814a8089e8a7 Mon Sep 17 00:00:00 2001 From: Hanlin Shi Date: Fri, 9 Apr 2021 00:00:45 +0000 Subject: [PATCH] Fix the beta release version. Signed-off-by: Hanlin Shi --- pkg/features/kube_features.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/features/kube_features.go b/pkg/features/kube_features.go index 5ef89dab848..fb65ec4232a 100644 --- a/pkg/features/kube_features.go +++ b/pkg/features/kube_features.go @@ -600,7 +600,7 @@ const ( // owner: @andrewsykim @uablrek // kep: http://kep.k8s.io/1864 // alpha: v1.20 - // beta: v1.21 + // beta: v1.22 // // Allows control if NodePorts shall be created for services with "type: LoadBalancer" by defining the spec.AllocateLoadBalancerNodePorts field (bool) ServiceLBNodePortControl featuregate.Feature = "ServiceLBNodePortControl"