Hide Forgot
Document URL: https://access.redhat.com/documentation/en/openshift-container-platform/3.3/single/cluster-administration/#admin-guide-limit-pod-access-egress-router Section Number and Name: 5.5.1. Limiting Pod Access with an Egress Router Describe the issue: If you deploy an egress router in OCP 3.3 on top of Openstack with the instructions provided it will not work, because you still need to whitelist the IP and MAC addresses on the openstack environment. Suggestions for improvement: To add a note clarifying this. Additional information: In case needed the command used in openstack was: neutron port-update $neutron_port_uuid --allowed_address_pairs list=true type=dict mac_address=11:22:33:44:55:66,ip_address=192.168.1.111
Created PR: https://github.com/openshift/openshift-docs/pull/3410 It's straight-forward. Asking for peer review.
Commit pushed to master at https://github.com/openshift/openshift-docs https://github.com/openshift/openshift-docs/commit/7dace35286e7b7a3ff6708d11240a56ef303879c Merge pull request #3410 from bfallonf/ingress_1403927 Bug 1403927 added important box about limiting egress router with openstack
Link to released docs: https://access.redhat.com/documentation/en/openshift-container-platform/3.4/single/cluster-administration/#admin-guide-limit-pod-access-egress-router
Commit pushed to master at https://github.com/openshift/openshift-docs https://github.com/openshift/openshift-docs/commit/b79f2318ec9af9f07a7971c3472fd0f20ce7f477 Merge pull request #3602 from bfallonf/one_1403927 Bug 1403927 Fixed typo
Thanks, Javier. I've fixed it in the above PR. I'll move this back to release_pending.