Files
kubernetes/pkg/proxy/userspace
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-03-09 09:23:33 +08:00
2017-01-11 09:09:48 -05:00