mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-26 17:57:24 +00:00
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.