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

feat(envoy): use the healthcheck filter and a prestop hook to gracefully terminate Envoy #6194

Merged
merged 3 commits into from
Jan 16, 2025

Conversation

driev
Copy link

@driev driev commented Jan 15, 2025

What this PR does / why we need it:

Some clients will receive resets when seldon-envoy is restarting. These can be reduced by slowing down the termination sequence and triggering readiness checks to fail, so the kubelet will remove the pod's endpoint from Service load balancing.

Which issue(s) this PR fixes:

Fixes # INFRA-1254

Special notes for your reviewer:

Perhaps this should be improved in future with something that at least logs some information about the preStop sequence.

@driev driev requested review from sakoush and lc525 as code owners January 15, 2025 11:02
@driev driev added the v2 label Jan 15, 2025
Copy link
Member

@sakoush sakoush left a comment

Choose a reason for hiding this comment

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

LGTM. Let minor comments that can happen as follow ups.

@driev driev merged commit c80ab43 into SeldonIO:v2 Jan 16, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants