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
..
apis Removed deprecated --resource-container flag from kube-proxy. 2019-06-16 08:36:42 -07:00
config Fix typos. 2019-06-11 01:52:14 +08:00
healthcheck pkg/proxy: add sig-network-approvers/sig-network-reviewers to OWNERS files 2019-05-13 10:30:29 -05:00
iptables Merge pull request #78820 from haosdent/fix_typos 2019-07-01 15:09:20 -07:00
ipvs proxy/ipvs: Compute all node ips only once when a zero cidr is used 2019-07-23 13:35:37 -03:00
metrics proxy: add some useful metrics 2019-05-07 14:21:13 +02:00
userspace pkg/proxy: add sig-network-approvers/sig-network-reviewers to OWNERS files 2019-05-13 10:30:29 -05:00
util Fix some lint errors in pkg/proxy 2019-05-09 16:48:29 -04:00
winkernel Fix the creation of load balancer policy for the NodeIp when NodePort specified is same as service Port 2019-06-20 11:11:44 -07:00
winuserspace proxy: consolidate ServicesHandler/EndpointsHandler into ProxyProvider 2019-04-05 16:16:35 -05:00
BUILD proxy: add some useful metrics 2019-05-07 14:21:13 +02:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
endpoints_test.go changing UpdateEndpointsMap to Update 2019-05-07 14:41:15 -04:00
endpoints.go Merge pull request #76165 from JacobTanenbaum/minor-cleanups 2019-05-15 22:55:55 -07:00
OWNERS pkg/proxy: add sig-network-approvers/sig-network-reviewers to OWNERS files 2019-05-13 10:30:29 -05:00
service_test.go enforce the interface relationship between ServicePort and BaseServiceInfo 2019-06-05 14:50:24 -04:00
service.go enforce the interface relationship between ServicePort and BaseServiceInfo 2019-06-05 14:50:24 -04:00
types.go enforce the interface relationship between ServicePort and BaseServiceInfo 2019-06-05 14:50:24 -04:00