-
Notifications
You must be signed in to change notification settings - Fork 244
OCPBUGS-33921: infraconfig: allow VIPs outside machine networks for ELB #2386
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
With this PR we are allowing VIPs to exist outside of defined machine networks if External Load Balancer is used. Forcing this validation was an oversight as we already allow VIPs to be equal (API and Ingress using the same IP) for the ELB setups. As in principle it would be desired for people to feed Machine Networks with all subnets that are used (so they just append the VIP subnet if they use ELB), it makes some sense to soften the validation. Fixes: OCPBUGS-33921
@mkowalski: This pull request references Jira Issue OCPBUGS-33921, 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 |
@mkowalski: 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. |
@mkowalski: This pull request references Jira Issue OCPBUGS-33921, 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. |
pre-merge testing this PR, sounds like network operator the errors: see |
Interesting, the code path with As I am intermittently off, could you please save must-gather from your test run aside for me so that it's not lost? |
must-gather should be here |
Retest this PR, looks good. |
@mkowalski: This pull request references Jira Issue OCPBUGS-33921, which is valid. 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. |
/lgtm |
/retest |
/test e2e-vsphere-ovn-dualstack-primaryv6 |
/retest |
/test e2e-metal-ipi-ovn-ipv6 |
/retest |
this PR need to be approved. cc @mkowalski |
/approve |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: mkowalski, zhaozhanqi 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 |
/hold I don't necessarily want to merge it |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
/remove-lifecycle stale |
@mkowalski: The 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. |
@mkowalski: 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. |
With this PR we are allowing VIPs to exist outside of defined machine networks if External Load Balancer is used.
Forcing this validation was an oversight as we already allow VIPs to be equal (API and Ingress using the same IP) for the ELB setups. As in principle it would be desired for people to feed Machine Networks with all subnets that are used (so they just append the VIP subnet if they use ELB), it makes some sense to soften the validation.
Fixes: OCPBUGS-33921