Clear conntrack entries for externalIPs #22345
Clear conntrack entries for externalIPs #22345openshift-merge-robot merged 2 commits intoopenshift:masterfrom
Conversation
a538896 to
1ff9f83
Compare
|
@JacobTanenbaum commits need a ':' between PR # and the commit message, says the travis test. After that: |
…cer IP When an endpoint is deleted, the conntrack entries are cleared for clusterIP but not for externalIP of the service. This change adds that step.
…n with externalIPs As part of the endpoint creation process when going from 0 -> 1 conntrack entries are cleared. This is to prevent an existing conntrack entry from preventing traffic to the service. Currently the system ignores the existance of the services external IP addresses, which exposes that errant behavior This adds the externalIP addresses of udp services to the list of conntrack entries that get cleared. Allowing traffic to flow Signed-off-by: Jacob Tanenbaum jtanenba@redhat.com
cf189f7 to
289e5cf
Compare
|
/lgtm |
|
AWS install resource timeouts |
|
still more AWS install resource timeouts |
|
/retest |
2 similar comments
|
/retest |
|
/retest |
|
/approve |
|
@derekwaynecarr can you approve this backport please? It's a udp conntrack fix. |
|
@eparis can you approve this backport please? It's a udp conntrack fix. |
|
@eparis @derekwaynecarr @smarterclayton PTAL could you approve this backport? It is a udp conntrack fix |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dcbw, eparis, JacobTanenbaum, knobunc The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This brings in two Upstream commits to clear conntrack entries for externalIP addresses
fixes:
https://bugzilla.redhat.com/show_bug.cgi?id=1632192
https://bugzilla.redhat.com/show_bug.cgi?id=1679260