mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-31 23:05:35 -04:00
the iptables monitor was using iptables -L to list the chains, without the -n option, so it was trying to do reverse DNS lookups. A side effect is that it was holding the lock, so other components could not use it. We can use -S instead of -L -n to avoid this, since we only want to check the chain exists. |
||
|---|---|---|
| .. | ||
| testing | ||
| BUILD | ||
| doc.go | ||
| iptables.go | ||
| iptables_linux.go | ||
| iptables_test.go | ||
| iptables_unsupported.go | ||
| monitor_test.go | ||
| OWNERS | ||
| save_restore.go | ||
| save_restore_test.go | ||