mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
kube-proxy currently checks for a bind address of 0.0.0.0 (IPv4 all-zeros) when calculating kube-proxy's node IP, but it does not check for an address of '::' (IPv6 all-zeros). For either of those all-zeros addresses, the node IP should be determined based on the hostname, rather than using the address directly. Also added a helpful log message when the kube-proxy protocol is determined to be IPv6. fixes #52613 |
||
|---|---|---|
| .. | ||
| BUILD | ||
| loadbalancer.go | ||
| OWNERS | ||
| port_allocator.go | ||
| port_allocator_test.go | ||
| proxier.go | ||
| proxier_test.go | ||
| proxysocket.go | ||
| rlimit.go | ||
| rlimit_windows.go | ||
| roundrobin.go | ||
| roundrobin_test.go | ||
| udp_server.go | ||