-
Notifications
You must be signed in to change notification settings - Fork 573
OCPBUGS-55649: Remove SetEIPForNLBIngressController feature gate #2501
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-55649: Remove SetEIPForNLBIngressController feature gate #2501
Conversation
Hello @rikatz! Some important instructions when contributing to openshift/api: |
@rikatz: This pull request references Jira Issue OCPBUGS-55649, 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 |
@rikatz: This pull request references Jira Issue OCPBUGS-55649, 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. |
/hold Need to check and fix generated files Will also wait for #2400 to merge |
@rikatz It looks like we still need to regenerate our set of generated files with this change. Please perform regeneration with Thanks! |
@everettraven sure, I am waiting #2400 to be merged before I proceed with mine, as we are touching similar lines I want Greg's PR to go first! Thanks! |
42160a0
to
d056219
Compare
d056219
to
11fdd74
Compare
11fdd74
to
2c1760a
Compare
@everettraven now ready to go. I did a |
2ceec67
to
7dca964
Compare
This change removes the Feature gate SetEIPForNLBIngressController from the API. The FG is not used anymore by cluster-ingress-operator and is not required to be part of the code anymore. Additionally, the FG has been enabled by default since 4.18 and can be safely removed
7dca964
to
1e4b0e6
Compare
/lgtm |
/test remaining-required Scheduling tests matching the |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: everettraven, JoelSpeed 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 |
Launch cluster-bot with this PR and the functionality is still working well and EIP are set as expected.
/verified by @melvinjoseph86 |
@melvinjoseph86: This PR has been marked as verified 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. |
@rikatz: This pull request references Jira Issue OCPBUGS-55649, 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. |
/retest-required |
/retest-required |
@JoelSpeed @everettraven if the test passes now, do you mind if I remove the hold? Thanks! |
/hold cancel |
Test team said they are still missing a fix for it :/ |
/retest-required |
@rikatz: The following test 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. |
/hold |
/hold cancel |
3a4cc53
into
openshift:master
@rikatz: Jira Issue Verification Checks: Jira Issue OCPBUGS-55649 Jira Issue OCPBUGS-55649 has been moved to the MODIFIED state and will move to the VERIFIED state when the change is available in an accepted nightly payload. 🕓 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. |
This change removes the Feature gate SetEIPForNLBIngressController from the API.
The FG is not used anymore by cluster-ingress-operator and is not required to be part of the code anymore. The removal of CIO code happened on openshift/cluster-ingress-operator#1280
Additionally, the FG has been enabled by default since 4.18 and can be safely removed