-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Remove ingress-nginx default backend #4786
Remove ingress-nginx default backend #4786
Conversation
Hi @reegnz. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: reegnz 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 |
Can one of the admins verify this patch? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
@minikube-bot OK to test |
Thanks for the contribution @reegnz the integration test for ingress fails after this change, I am curious if this is because the test needs to be updated ? or does this chance actually breaks the ingress?
|
@medyagh the default backend does not exist anymore in this PR so I'll have to remove those assertions from the tests. |
@reegnz - For this failure:
You'll want to adjust this function: minikube/test/integration/util/util.go Line 369 in 21cd69e
To quickly re-run this broken test locally, you can use:
|
@reegnz Are you still working on this ? |
Yupp, gonna have a look this week. |
@minikube-bot OK to test |
OK, I think I managed to find the broken test and removed the code that became unnecessary. |
/retest this please |
No idea what those breaking builds mean. :( |
@minikube-bot OK to test |
It's not needed since nginx 0.20.0. See the following pull-requests for context: * kubernetes/ingress-nginx#3126 * kubernetes/ingress-nginx#3156
@medyagh I rebased on master, but I have no idea why the KVM tests fail, doesn't seem to be ingress-related though. Would you give some hints please? (once the build has finished it will surely come up again). |
Tests are passing now ! thank you for following up on this PR ! I approve this ! |
It's not needed since nginx 0.20.0.
See the following pull-requests for context: