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

Canary promotion improvements #310

Merged
merged 6 commits into from
Sep 24, 2019
Merged

Canary promotion improvements #310

merged 6 commits into from
Sep 24, 2019

Conversation

stefanprodan
Copy link
Member

This PR makes the canary promotion reliable for apps that don't implement graceful shutdown on Kubernetes SIGTERM. After the analysis finishes, Flagger will do the promotion and wait for the primary rollout to finish before routing traffic back to it. This ensures a smooth transition to the new version avoiding dropping in-flight requests when pods are being terminated.

After the analysis finishes, Flagger will do the promotion and wait for the primary rollout to finish before routing all the traffic back to it. This ensures a smooth transition to the new version avoiding dropping in-flight requests.
@stefanprodan stefanprodan added the kind/enhancement Improvement request for an existing feature label Sep 23, 2019
@stefanprodan stefanprodan changed the title Refactor canary promotion strage Canary promotion improvements Sep 23, 2019
@stefanprodan stefanprodan merged commit 9df6bfb into master Sep 24, 2019
@stefanprodan stefanprodan deleted the canary-promotion branch September 24, 2019 11:19
This was referenced Oct 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Improvement request for an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant