openconfig / kne

Apache License 2.0
214 stars 64 forks source link

Disable nodeport auto allocation #544

Closed alexmasi closed 2 months ago

alexmasi commented 2 months ago

Do not allocate a NodePort for this LoadBalancer. MetalLB or the equivalent load balancer should handle exposing this service. Large topologies may try to allocate more NodePorts than are supported in default clusters.

https://kubernetes.io/docs/concepts/services-networking/service/#load-balancer-nodeport-allocation

https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport (by default <3k services are allowed, with nodes having ~5 services this limits topo size)

coveralls commented 2 months ago

Pull Request Test Coverage Report for Build 9768489652

Details


Totals Coverage Status
Change from base Build 9765987846: 0.03%
Covered Lines: 4653
Relevant Lines: 7132

💛 - Coveralls