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

fix(aws/loadbalancing): don't mark an instance out of service until draining completes. #4042

Merged
merged 1 commit into from
Sep 18, 2019

Conversation

cfieber
Copy link
Contributor

@cfieber cfieber commented Sep 18, 2019

An instance in a draining state still has open connections, wait until draining
completes before marking the instance out of service.

This is consistent with CLB behaviour where an instance remains InService during
its draining period, and we still consider it to be UP as a result.

…raining completes.

An instance in a draining state still has open connections, wait until draining
completes before marking the instance out of service.

This is consistent with CLB behaviour where an instance remains InService during
its draining period, and we still consider it to be UP as a result.
Copy link
Contributor

@emjburns emjburns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@cfieber cfieber merged commit f255ee0 into spinnaker:master Sep 18, 2019
@cfieber cfieber deleted the target_group_draining branch September 18, 2019 23:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants