From 8fe2ad89cb3e9652442a0606592947f6d8987532 Mon Sep 17 00:00:00 2001 From: Andrew Sy Kim Date: Fri, 21 Jan 2022 15:36:03 -0500 Subject: [PATCH] update godoc for ServiceLBNodePortControl feature gate Signed-off-by: Andrew Sy Kim --- 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 052af1aaaf7..2a8c0e11017 100644 --- a/pkg/features/kube_features.go +++ b/pkg/features/kube_features.go @@ -570,6 +570,7 @@ const ( // kep: http://kep.k8s.io/1864 // alpha: v1.20 // beta: v1.22 + // ga: v1.24 // // Allows control if NodePorts shall be created for services with "type: LoadBalancer" by defining the spec.AllocateLoadBalancerNodePorts field (bool) ServiceLBNodePortControl featuregate.Feature = "ServiceLBNodePortControl"