-
Notifications
You must be signed in to change notification settings - Fork 326
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
Sync LB endpoints #257
Sync LB endpoints #257
Conversation
@lkysow @ishustava any updates on this review? |
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.
Hey @ltagliamonte-dd, sorry for the delay.
Thanks for this PR!
I left some comments inline. Also, could you add tests for this new functionality?
Co-authored-by: Iryna Shustava <ishustava@users.noreply.github.com>
@ishustava any updates on this review? |
Hey @ltagliamonte-dd, thanks for making the changes! These updates look good to me. What about my comment about adding tests? |
@ishustava test case added |
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.
Thanks for adding the test! Everything looks mostly good to me, but I'd like to follow our existing test patterns (more information in my comments). Let me know what you think.
Co-authored-by: Iryna Shustava <ishustava@users.noreply.github.com>
Co-authored-by: Iryna Shustava <ishustava@users.noreply.github.com>
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.
🎉 thanks so much for making the changes so quickly!
@ishustava do you have an ETA on when there will be a next official release that is going to contain this change? |
@ltagliamonte-dd we're looking to release in the next couple of weeks, don't have a specific date yet because we're working on a couple more new features that will go with consul 1.8. |
@ltagliamonte-dd We've released these changes in the 0.16.0 Release. |
add option to sync LB Endpoints instead of LB external hostname
fixes #254
@lkysow @ishustava i know that you are busy but since the diff is small I really would appreciate a CR on this one before i commit prod to it.