You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #17334 from danwinship/egress-interface
Automatic merge from submit-queue (batch tested with PRs 17335, 17334, 17372).
Allow assign-macvlan annotation to specify an interface
If the `assign-macvlan` interface is a string other than "true", assume that it's the name of a network interface and hang the macvlan off that rather than the default interface. This lets you egress-route out a non-default interface (without forcing OpenShift itself to parse the `EGRESS_SOURCE` environment variable in the pod definition).
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1513764. Needs to be backported to 3.7 and 3.6 quickly for a customer, so we went with a simple solution here.
@openshift/networking PTAL
0 commit comments