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(ecs/host_group): automatic security updates breaking ECS tasks #164

Merged
merged 5 commits into from
Sep 23, 2024

Conversation

mskrajnowski
Copy link
Collaborator

ecs/host_group sets up automatic security updates using yum-cron, which might require a restart of the docker daemon. To ensure this doesn't cause downtime it was enabling docker live-restore, however, we found that this doesn't always work and containers die while ECS thinks they are alive.

This PR disables live-restore by default and allows passing a custom docker config if needed.

@mskrajnowski mskrajnowski requested a review from karwer August 19, 2024 14:01
@mskrajnowski mskrajnowski merged commit af3635a into master Sep 23, 2024
14 checks passed
@mskrajnowski mskrajnowski deleted the fix/ecs-host-updates branch September 23, 2024 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants