kakao / network-node-manager

network-node-manager is a kubernetes controller that controls the network configuration of a node to resolve network issues of kubernetes.
Apache License 2.0
108 stars 20 forks source link

Use `-n` when running `iptables -L` #14

Closed devplayer0 closed 3 years ago

devplayer0 commented 3 years ago

By default iptables will try to resolve all IP addresses in rules, this can cause performance issues.

ssup2 commented 3 years ago

@devplayer0 Thanks nice commit :)