Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16328 from danwinship/udp-service-conntrack
Automatic merge from submit-queue (batch tested with PRs 15725, 16244, 15796, 16328, 16334) Fix UDP service blackhole problem when number of endpoints changes from 0 to non-0 When a UDP service goes from 0 endpoints to 1, we need to run "conntrack -D ..." in case there are cached conntrack entries from pods hitting the "-j REJECT" iptables rule that gets installed for services with no endpoints. Additionally, we need to make sure that OpenShift nodes have conntrack-tools installed so that they can actually run /sbin/conntrack in this and other cases. (There are additional bugs open about fixing the official images.) Upstream: kubernetes/kubernetes#48524 Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1487438
- Loading branch information