Created attachment 1362632 [details] openflow_dump_on_both_node Description of problem: Add the egressIP which is holding by any node to multiple netns. The pod in the project should loss the external access. Version-Release number of selected component (if applicable): v3.7.11 How reproducible: always Steps to Reproduce: 1. Setup multinode env with multitenant or networkpolicy plugin 2. Add the egressIP to any of the node oc patch hostsubnet node1 -p "{\"egressIPs\":[\"$EGRESS_IP\"]}" 3. Assign the egressIP above to multiple netns oc patch netnamespace project1 -p "{\"egressIPs\":[\"$EGRESS_IP\"]}" oc patch netnamespace project2 -p "{\"egressIPs\":[\"$EGRESS_IP\"]}" 4. Create pod in all of the projects and try to access the outside Actual results: The pod in the first project can access external network through the egressIP. The pod in the second project can access external network through the node IP. Expected results: All the pods in both projects should not be able to access external network. Additional info:
https://github.com/openshift/origin/pull/18808
oops, this never got bumped to MODIFIED, but it's been fixed for a while now...
Issue has been fixed on v3.10.0-0.58.0
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2018:1816