mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 08:55:55 -04:00
Merge pull request #107692 from andrewsykim/update-go-doc-service-lb-node-port-control
update godoc for ServiceLBNodePortControl feature gate
This commit is contained in:
commit
582aa7d545
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue