Files
kubernetes/pkg/proxy
Nicolas Bigler defdd80cbd Fix duplicate comment in iptables rule for non-local public-port rule
When kubernetes creates an iptable rule for "from-non-local public-port"
rule the rule gets created with two identical comment section.

The function `iptablesNonLocalNodePortArgs` creates a list of arguments
for the rule from iptablesCommonPortalArgs function. This function
already appends the arguments for the rules comments and therefore does
not require appending the comment again.
2018-04-12 18:10:16 +02:00
..
2018-02-27 11:18:11 -08:00
2017-10-16 21:10:51 +08:00
2018-02-27 11:18:11 -08:00
2018-03-09 09:23:33 +08:00
2016-07-16 13:48:21 -04:00
2018-02-22 17:36:57 -05:00