Files
kubernetes/pkg/util
Antonio Ojea 924553b7ee iptables don't do reverse DNS lookups
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.
2020-07-08 18:39:22 +02:00
..
2020-05-16 07:54:33 -04:00
2020-05-16 07:54:33 -04:00
2018-06-22 16:22:57 -07:00
2019-09-27 17:25:19 +02:00
2020-04-22 10:06:11 -07:00
2019-11-06 17:42:34 -05:00
2020-05-16 07:54:33 -04:00
2020-05-16 07:54:33 -04:00
2020-05-16 07:54:33 -04:00
2018-06-22 16:22:57 -07:00
2020-05-16 07:54:33 -04:00
2020-05-16 07:54:33 -04:00
2020-05-16 07:54:33 -04:00
2020-02-26 23:06:38 -05:00
2020-05-16 07:54:33 -04:00
2020-05-16 07:54:33 -04:00
2019-11-06 17:42:34 -05:00
2019-08-21 20:03:53 +01:00
2020-05-16 07:54:33 -04:00