mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-01 00:15:54 +00:00
When a service is created with AllocateLoadBalancerNodePorts to false it should not allocate node ports. If the same service is updated to set AllocateLoadBalancerNodePorts to true, it should allocate node ports. When a service is updated from ClusterIP type to LoadBalancer type, and AllocateLoadBalancerNodePorts is set to false, it should not allocate node ports.