OCPBUGS-3176: Enable IP Forwarding if disabled#549
OCPBUGS-3176: Enable IP Forwarding if disabled#549openshift-merge-robot merged 1 commit intoopenshift:masterfrom
Conversation
With changes to disable IP forwarding by default with OVNK: openshift/machine-config-operator#3676 OVN to SDN migration is now broken, because pods roll out first that require IP forwarding. IP forwarding for SDN is enabled via MCO node rollout, which happens later. This change enables IP forwarding in the SDN pod itself if needed. Signed-off-by: Tim Rozet <trozet@redhat.com>
|
@trozet: This pull request references Jira Issue OCPBUGS-3176, which is valid. 3 validation(s) were run on this bug
Requesting review from QA contact: The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn 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/test-infra repository. |
|
/assign @kyrtapz |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kyrtapz, trozet The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
I tested this PR. It works in SDN migration. |
|
/retest-required |
|
@trozet: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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/test-infra repository. I understand the commands that are listed here. |
|
@trozet: Jira Issue OCPBUGS-3176: All pull requests linked via external trackers have merged:
Jira Issue OCPBUGS-3176 has been moved to the MODIFIED state. DetailsIn 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/test-infra repository. |
|
Fix included in accepted release 4.14.0-0.nightly-2023-09-11-201102 |
|
Fix included in accepted release 4.14.0-0.nightly-2023-09-12-024050 |
|
Fix included in accepted release 4.14.0-0.nightly-2023-09-15-101929 |
With changes to disable IP forwarding by default with OVNK: openshift/machine-config-operator#3676
OVN to SDN migration is now broken, because pods roll out first that require IP forwarding. IP forwarding for SDN is enabled via MCO node rollout, which happens later.
This change enables IP forwarding in the SDN pod itself if needed.