You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any invocation of the iptables command results in an xtables lock, which
can lead to the iptables command exiting(4). Racy systems which make
use of inspecting iptables can cause an error.
However, maybe this is ultimately not an issue as kubernetes will retry
failed pods.
> IPTABLES(8):
-w, --wait [seconds]
Wait for the xtables lock. To prevent multiple instances of the
program from running concurrently, an attempt will be made to obtain
an exclusive lock at launch. By default, the program will exit if
the lock cannot be obtained. This option will make the program wait
(indefinitely or for optional seconds) until the exclusive lock can
be obtained.
Signed-off-by: נυαη נυαηѕση <[email protected]>
0 commit comments