Skip to content

Commit

Permalink
Merge pull request kubernetes#107692 from andrewsykim/update-go-doc-s…
Browse files Browse the repository at this point in the history
…ervice-lb-node-port-control

update godoc for ServiceLBNodePortControl feature gate
  • Loading branch information
k8s-ci-robot authored Jan 22, 2022
2 parents 05701a1 + 8fe2ad8 commit 582aa7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/features/kube_features.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 582aa7d

Please sign in to comment.