mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-22 02:22:15 -04:00
In case of dual-stack, kube-proxy tries to bind both IPv4 and IPv6 health check instances to the same address and port pair which causes the following error message in the log: 'bind: address already in use'. Fix the issue by binding IPv4 instance to a 'tcp4' socket and IPv6 instance to a 'tcp6' socket. Signed-off-by: Tero Kauppinen <tero.kauppinen@est.tech> |
||
|---|---|---|
| .. | ||
| testing | ||
| doc.go | ||
| hcnutils.go | ||
| hns.go | ||
| hns_test.go | ||
| OWNERS | ||
| proxier.go | ||
| proxier_test.go | ||
| supported.go | ||