k3s/pkg/proxy
Dane LeBlanc 6d71eb590b Add check for IPv6 '::' when calculating kube-proxy's node IP
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
2017-09-25 17:54:57 -04:00
..
config Use buildozer to delete licenses() rules except under third_party/ 2017-08-11 09:32:39 -07:00
healthcheck Use buildozer to delete licenses() rules except under third_party/ 2017-08-11 09:32:39 -07:00
iptables Add IPv6 support to iptables proxier 2017-09-16 09:16:12 -04:00
ipvs Merge pull request #52873 from ixdy/bazel-cleanup 2017-09-24 00:04:36 -07:00
userspace Add check for IPv6 '::' when calculating kube-proxy's node IP 2017-09-25 17:54:57 -04:00
util Add IPv6 support to iptables proxier 2017-09-16 09:16:12 -04:00
winkernel Add exception to golint check 2017-09-18 11:11:22 -07:00
winuserspace Paramaterize stickyMaxAgeMinutes for service in API 2017-08-25 17:44:47 +08:00
BUILD Fix Bazel build 2017-09-14 15:50:47 -07:00
OWNERS remove some people from OWNERS so they don't get reviews anymore 2017-07-13 10:02:21 -07:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
types.go kube-proxy: OnServiceUpdate takes pointers 2017-04-03 17:19:39 -07:00