-
Notifications
You must be signed in to change notification settings - Fork 137
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
OCPBUGS-33573: ztp: IPsec: configure local gateway mode #1901
OCPBUGS-33573: ztp: IPsec: configure local gateway mode #1901
Conversation
@sabinaaledort: This pull request references Jira Issue OCPBUGS-33573, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. 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. |
/jira refresh |
@sabinaaledort: This pull request references Jira Issue OCPBUGS-33573, which is invalid:
Comment 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. |
/jira refresh |
@sabinaaledort: This pull request references Jira Issue OCPBUGS-33573, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
Requesting review from QA contact: 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. |
For IPsec support for encrypting traffic to external hosts OVN-Kubernetes network plugin must be configured in local gateway mode
edda7d7
to
eb163a2
Compare
are you sure about that? |
Are OCP QE have a test to send packets on the IPSec tunnel from a pod? Both me and @bradyallenjohnson |
Are there any other consequences to this change that we should document for end users (or us engineers that don't know a lot about the different routing modes)? |
I thought there might be performance impacts. This should be very easy to confirm. @hnhan ([email protected]) can you confirm this? |
in SGW network from OVS does not go through the kernel. (what is considered "offloading"): so LGW is subject to kernel tcpip stack in general and kernel ip routing in particular and though it might come with a cpu overhead price, I think that for RAN, for primary NIC, that is negligible (the primary nic speed is low anyhow. in any case, this specific PR is targeting IPsec envs only, that already agreed to have additional CPU, and that is how they are tested (in LGW) so I dont see any risk here. |
/lgtm |
/override ci/prow/e2e-aws-ran-profile |
@lack: Overrode contexts on behalf of lack: ci/prow/e2e-aws-ran-profile 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. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sabinaaledort, yuvalk The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/cherry-pick release-4.16 |
@yuvalk: once the present PR merges, I will cherry-pick it on top of release-4.16 in a new PR and assign it to you. 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. |
70c71c0
into
openshift-kni:master
@sabinaaledort: Jira Issue OCPBUGS-33573: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-33573 has been moved to the MODIFIED state. 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. |
@yuvalk: new pull request created: #1933 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. |
For IPsec support for encrypting traffic to external hosts OVN-Kubernetes network plugin must be configured in local gateway mode