-
Notifications
You must be signed in to change notification settings - Fork 618
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
Unable to start Service: failed to pull image amazon/amazon-ecs-pause:0.1.0 #1837
Comments
Ecs Pause is a new image that was recently added to allow ecs clusters to pause/hibernate, afaik. Never seen it fail downloading on my infra. |
@FernandoMiguel I was able to identify the issue with AWS support. We had pull behavior set to amazon-ecs-agent/agent/engine/task_manager.go Line 619 in cd33123
I resolved to the issue by updating ECS_IMAGE_PULL_BEHAVIOR back to |
@jessecollier
If setting |
@samuelkarp you're right. The pause image failing here is being used for the pidMode.
We need to add pause image for container namespaces as well. |
Closing this issue. Fixed with https://github.com/aws/amazon-ecs-agent/releases/tag/v1.25.3 |
Summary
Trying to start a daemon service (datadog agent) on ec2 ecs. However task is being marked as "Stopped" with no information in the UI.
Description
Following the setup guide here: https://docs.datadoghq.com/integrations/amazon_ecs/?tab=python#aws-cli
When launching the new daemon service task, the tasks are unable to start. Here's the relevant log line which marks the service as STOPPED
Expected Behavior
Service task starts
Observed Behavior
Marked as STOPPED for task id, however complains about an amazon-ecs-pause unable to be PULLED
Environment Details
Docker Info
Task Definitions:
Supporting Log Snippets
The text was updated successfully, but these errors were encountered: