-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
area/techdebtcomponent/networkinglifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.priority/P3
Description
A kube e2e test was added to validate preservation of the pod source ip when contacting a service:
This test currently fails when run against origin. According to @danwinship, this is due to docker adding a rule ensuring that anything with a source IP in lbr0's network and destination IP outside of lbr0's network is masqueraded. The result is that a pod IP (e.g. x.x.x.5) would appear to the service ip as the lbr0 gateway (e.g. x.x.x.1).
The e2e in question will be skipped until this issue is resolved.
cc: @openshift/networking
Metadata
Metadata
Assignees
Labels
area/techdebtcomponent/networkinglifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.Indicates that an issue or PR should not be auto-closed due to staleness.priority/P3