Files
kubernetes/pkg/util
Dane LeBlanc b45a406aca Fix kube-proxy to use proper iptables commands for IPv6 operation
For iptables save and restore operations, kube-proxy currently uses
the IPv4 versions of the iptables save and restore utilities
(iptables-save and iptables-restore, respectively). For IPv6 operation,
the IPv6 versions of these utilities needs to be used
(ip6tables-save and ip6tables-restore, respectively).

Both this change and PR #48551 are needed to get Kubernetes services
to work in an IPv6-only Kubernetes cluster (along with setting
'--bind-address ::0' on the kube-proxy command line. This change
was alluded to in a discussion on services for issue #1443.

fixes #50474
2017-08-10 19:24:44 -04:00
..
2017-07-20 11:03:49 -07:00
2017-04-14 10:40:57 -07:00
2017-04-14 10:40:57 -07:00
2017-07-20 11:03:49 -07:00
2017-04-25 11:23:33 -07:00
2017-07-18 14:34:08 +08:00
2017-06-26 16:05:35 +02:00
2017-07-20 11:03:49 -07:00
2017-04-14 10:40:57 -07:00
2017-04-14 10:40:57 -07:00
2017-04-14 10:40:57 -07:00
2017-04-14 10:40:57 -07:00
2017-07-20 11:03:49 -07:00
2017-04-14 10:40:57 -07:00
2017-04-14 10:40:57 -07:00
2017-07-18 14:34:08 +08:00
2017-04-14 10:40:57 -07:00
2017-04-14 10:40:57 -07:00
2017-06-30 23:04:18 -07:00
2017-06-22 11:31:03 -07:00
2017-07-19 18:36:12 -04:00
2017-07-18 14:34:08 +08:00
2017-07-05 12:42:41 -07:00
2017-04-14 10:40:57 -07:00
2017-04-06 16:15:34 -04:00
2017-04-14 10:40:57 -07:00
2017-07-25 09:01:37 -04:00