-
Notifications
You must be signed in to change notification settings - Fork 170
DNM: Add openflow to drop traffic for nodePort service #2766
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
/hold |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: pliurh The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
6d68c87 to
2adfb7d
Compare
|
/retest-required |
1 similar comment
|
/retest-required |
|
/payload-job periodic-ci-openshift-release-master-ci-4.21-upgrade-from-stable-4.20-e2e-azure-ovn-upgrade |
|
@weliang1: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/21cb5b80-a9dc-11f0-99dd-85c13ec3b954-0 |
|
/payload-job periodic-ci-openshift-release-master-ci-4.21-upgrade-from-stable-4.20-e2e-azure-ovn-upgrade |
|
@weliang1: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/1c06a730-a9dd-11f0-9158-5b3ebbd1ad2b-0 |
|
/test pull-ci-openshift-ovn-kubernetes-master-e2e-azure-ovn-upgrade |
|
@weliang1: The specified target(s) for The following commands are available to trigger optional jobs: Use In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/test e2e-aws-ovn-fdp-qe |
|
/verified later @weliang |
|
@weliang1: This PR has been marked to be verified later by In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/retest-required |
…way mode Add a new OpenFlow rule to the existing NodePort flow set in shared gateway mode to correctly handle traffic originating from OVN. The new rule drops traffic from OVN destined to the local node's NodePort (gwIP:NodePort) to prevent ingress traffic from being incorrectly forwarded to the host during OVN logical router resynchronizations. Signed-off-by: Peng Liu <[email protected]>
|
@pliurh: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
📑 Description
Fixes #
Additional Information for reviewers
✅ Checks
How to verify it