Files
kubernetes/pkg
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-16 13:43:01 -08:00
2018-04-09 19:12:47 +10:00
2018-04-11 14:24:01 -07:00
2018-02-16 13:43:01 -08:00
2018-02-12 10:54:33 -05:00
2018-04-02 17:44:04 -07:00
2018-02-16 13:43:01 -08:00
2018-04-10 10:53:11 +08:00
2018-01-15 23:17:19 +08:00
2018-03-13 17:20:16 +08:00