Files
kubernetes/pkg/proxy
Cezar Sa Espinola c25763e159 proxy/ipvs: Compute all node ips only once when a zero cidr is used
Computing all node ips twice would always happen when no node port
addresses were explicitly set. The GetNodeAddresses call would return
two zero cidrs (ipv4 and ipv6) and we would then retrieve all node IPs
twice because the loop wouldn't break after the first time.

Also, it is possible for the user to set explicit node port addresses
including both a zero and a non-zero cidr, but this wouldn't make sense
for nodeIPs since the zero cidr would already cause nodeIPs to include
all IPs on the node.
2019-07-23 13:35:37 -03:00
..
2019-06-11 01:52:14 +08:00
2019-05-07 14:21:13 +02:00
2019-05-09 16:48:29 -04:00
2019-05-07 14:21:13 +02:00
2016-07-16 13:48:21 -04:00