Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ability to configure wait for the xtables lock
Any invocation of the iptables command results in an xtables lock, which can lead to the iptables command to 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.
- Loading branch information