-
Notifications
You must be signed in to change notification settings - Fork 562
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
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 |
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
64b9aad
to
314f417
Compare
New changes are detected. LGTM label has been removed. |
@JoelSpeed openshift/cluster-ingress-operator#1242 is going in. When I did I0825 17:52:28.487123 694687 main.go:75] Completed successfully.
+ ret=0
+ git diff --exit-code --quiet
+ ret=1
+ [[ 1 -ne 0 ]]
+ echo 'Prerelease lifecycle generation is out of date. Please run hack/update-prerelease-lifecycle-gen.sh'
Prerelease lifecycle generation is out of date. Please run hack/update-prerelease-lifecycle-gen.sh
+ exit 1
make: *** [Makefile:71: verify-scripts] Error 1 I ran the mentioned hack script but it did not cause any changes. Is this something to be worried? |
@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. |
@grzpiotrowski I believe the verification already runs that hack script and then checks to see if there was a diff afterwards - which it seems to have found. After running the |
Hm, I just ran |
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