mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-02 13:40:39 -05: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. |
||
|---|---|---|
| .. | ||
| BUILD | ||
| loadbalancer.go | ||
| OWNERS | ||
| port_allocator.go | ||
| port_allocator_test.go | ||
| proxier.go | ||
| proxier_test.go | ||
| proxysocket.go | ||
| rlimit.go | ||
| rlimit_windows.go | ||
| roundrobin.go | ||
| roundrobin_test.go | ||