-
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
Upgrade nginx ingress to 0.25.0 #4785
Conversation
Welcome @reegnz! |
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.
Looks good. Thank you!
@minikube-bot OK to test |
/retest this please |
Thanks fort this contribution, @reegnz |
Marking as WIP, as it appears that the integration test may need to be adjusted:
See https://github.com/kubernetes/minikube/blob/master/docs/contributors/build_guide.md#integration-tests for some guidance. |
@minikube-bot OK to test |
@medyagh there had been a few new features in the ingress-controller that I am want to use in minikube: Especially the secure-by-default thingy is something we want to use in production, and it would be great to be able to use in our devenv as well with the minikube default ingress plugin. |
@tstromberg I'll get onto fixing the integration tests then. |
@reegnz please fix the integration test rest LGTM. |
@tstromberg that is a weird failure for the integration test, it's a generic curl failure message. What's hard in this case is that the ingress controller logs aren't available for debugging, so I have to reproduce that myself -> maybe improve on the test logging in case of errors. |
It seems like something regarding ClusterRoles has changed:
Checking the difference between upstream ingress-controller manifests and the ones in minikube. (suggestion: instead of maintaining it's own set of manifests, minikube should kustomize the upstream resources instead). |
@medyagh please check again, everything should be in order now. |
looks good to me ! thank you for this contribution ! |
No description provided.