-
Notifications
You must be signed in to change notification settings - Fork 15
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
Use v1 Ingresses when available #182
Conversation
Signed-off-by: Lucas Caparelli <[email protected]>
Signed-off-by: Lucas Caparelli <[email protected]>
Actually, I just realized in the shower there's a bug in this. It's not enough to match Group and Version (as we have been doing so far). We must match Group, Version and Kind. In previous versions of K8s, such as 1.16, has EDIT: I fixed discovery locally, but it broke the fake client. I'll work on this tomorrow. Adding the WIP label, no review required for now. |
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.
A few comments about the desing :D
Tell me what you think. I believe we can stretch the release a little bit to include this PR on 0.4.0.
Signed-off-by: Lucas Caparelli <[email protected]>
Thanks for reviewing @ricardozanini, I just pushed another commit fixing discovery in case you want to check it out. I'll work on the suggestion :-) |
@ricardozanini any other suggestions, concerns or nitpicks? :-) |
I believe we can merge by the end of the day. Tomorrow morning I'll update the image and the manifest, so we can run the tests during the weekend to release 0.4.0. |
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.
This is nice!
Fix #180