Skip to content

Source pod ip is not preserved when contacting a cluster ip service #11042

@marun

Description

@marun

A kube e2e test was added to validate preservation of the pod source ip when contacting a service:

kubernetes/kubernetes#30739

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

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions