Skip to content
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

🐛 Add servers to LB only after API server ready #1150

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

lucasrattz
Copy link
Contributor

What this PR does / why we need it:
This PR aims to improve the addition of servers to the load balancer, avoiding downtime by adding them only after the API server pod is healthy.

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #1148

Special notes for your reviewer:
Please confirm that if this PR changes any image versions, then that's the sole change this PR makes.
Unit tests will be added later.

TODOs:

  • squash commits
  • include documentation

@batistein batistein force-pushed the lr/add-only-ready-servers-to-lb branch from 0738ded to cc1d773 Compare February 6, 2024 17:06
@batistein batistein marked this pull request as ready for review February 6, 2024 17:08
@batistein batistein marked this pull request as draft February 6, 2024 17:09
@batistein batistein force-pushed the lr/add-only-ready-servers-to-lb branch from cc1d773 to 65fee9a Compare February 6, 2024 17:11
@lucasrattz lucasrattz force-pushed the lr/add-only-ready-servers-to-lb branch 2 times, most recently from 8e61469 to ae2b472 Compare February 6, 2024 17:13
@batistein batistein marked this pull request as ready for review February 6, 2024 17:16
@syself-bot syself-bot bot added the area/code Changes made in the code directory label Feb 6, 2024
@batistein batistein force-pushed the lr/add-only-ready-servers-to-lb branch from ae2b472 to db9aa80 Compare February 6, 2024 17:20
@syself-bot syself-bot bot added the size/M Denotes a PR that changes 50-200 lines, ignoring generated files. label Feb 6, 2024
@lucasrattz lucasrattz force-pushed the lr/add-only-ready-servers-to-lb branch 2 times, most recently from bb83505 to 3a4543b Compare February 7, 2024 13:53
@lucasrattz lucasrattz force-pushed the lr/add-only-ready-servers-to-lb branch from 3a4543b to fb13292 Compare February 7, 2024 15:18
@batistein batistein merged commit 831514f into main Feb 7, 2024
9 checks passed
@batistein batistein deleted the lr/add-only-ready-servers-to-lb branch February 7, 2024 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/code Changes made in the code directory size/M Denotes a PR that changes 50-200 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add control planes as targets to load balancer only when they are reachable
3 participants