-
Notifications
You must be signed in to change notification settings - Fork 559
OCPBUGS-55673: Remove IngressControllerLBSubnetsAWS featuregate #2400
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?
OCPBUGS-55673: Remove IngressControllerLBSubnetsAWS featuregate #2400
Conversation
Hello @grzpiotrowski! Some important instructions when contributing to openshift/api: |
@grzpiotrowski: This pull request references Jira Issue OCPBUGS-55673, 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. 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. |
af3ae97
to
1f8364b
Compare
...v1/zz_generated.crd-manifests/0000_50_ingress_00_ingresscontrollers-CustomNoUpgrade.crd.yaml
Outdated
Show resolved
Hide resolved
1f8364b
to
5a3f389
Compare
The IngressControllerLBSubnetsAWS feature gate was at first introduced as TPNU in OpenShift 4.17 and was promoted to Default in the same release. The feature gate has been enabled by default for 3 releases, so it is scheduled to be removed imminently. This commit addresses OCPBUGS-55673: https://issues.redhat.com/browse/OCPBUGS-55673
5a3f389
to
64b9aad
Compare
/lgtm Assuming all goes green, this is good to go |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: grzpiotrowski, 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 |
Thank you @JoelSpeed. |
/hold until openshift/cluster-ingress-operator#1242 merges |
@grzpiotrowski: 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. |
The
IngressControllerLBSubnetsAWS
feature gate was at first introduced as TPNU in OpenShift 4.17 and was promoted to Default in the same release. The feature gate has been enabled by default for 3 releases and it is scheduled to be removed.This PR depends on the merge of: openshift/cluster-ingress-operator#1242