-
Notifications
You must be signed in to change notification settings - Fork 115
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
feat(load-balancer): Add new node-selector annotation #514
Conversation
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 very much @xoxys! This works very well in my tests, I only have some UX suggestions left :)
Dont worry about the failing e2e tests. They are currently broken for external contributors. I ran them locally and everything passed :) |
Co-authored-by: Julian Tölle <julian.toelle97@gmail.com>
Co-authored-by: Julian Tölle <julian.toelle97@gmail.com>
Co-authored-by: Julian Tölle <julian.toelle97@gmail.com>
Co-authored-by: Julian Tölle <julian.toelle97@gmail.com>
Thanks for the fast review! Also thanks for adding explanations to all suggestions, too often this is missing and contributor don't understand the suggestions or cant learn from it. |
🤖 I have created a release *beep* *boop* --- ## [1.18.0](v1.17.2...v1.18.0) (2023-09-18) ### Features * build with Go 1.21 ([#516](#516)) ([7bf7e71](7bf7e71)) * **chart:** configure additional tolerations ([#518](#518)) ([0d25cb6](0d25cb6)), closes [#512](#512) * **chart:** support running multiple replicas with leader election ([4b18ee5](4b18ee5)) * **load-balancer:** Add new node-selector annotation ([#514](#514)) ([db2e6dc](db2e6dc)) * test against kubernetes v1.28 and drop v1.24 ([#500](#500)) ([3adf781](3adf781)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Fixes: #506, #373