-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
allow loadbalancer to restart gracefully #1564
Conversation
/assign @BenTheElder |
podman? :+) |
I will get my hands in podman soon ;) is HA something expected to work in podman now? |
Yes, AFAIK. There's no reason this shouldn't be possible to do portably. |
@@ -45,6 +48,8 @@ defaults | |||
timeout connect 5000 | |||
timeout client 50000 | |||
timeout server 50000 | |||
# allow to boot despite dns don't resolve backends |
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.
in the future we might want to clarify this comment a bit, something like "don't exit when we can't yet resolve backends"
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aojea, BenTheElder The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
ahh, it can, I just added it to enforce using the dns resolver ... |
Fixes #1562