Giter Site home page Giter Site logo

Comments (4)

wild-endeavor avatar wild-endeavor commented on May 31, 2024

@samuelkarp any ideas on this?

from amazon-ecs-init.

pabloqc avatar pabloqc commented on May 31, 2024

@wild-endeavor Could you check your etc/ecs/ecs.config file?
I had a similar issue and the reason was because of a mismatch with the cluster-name. If by any change you modify your ECS_CLUSTER key and it doesn't match with the one that you get with:
curl http://localhost:51678/v1/metadata then the ecs agent won't be able to start.

from amazon-ecs-init.

Hildebrand avatar Hildebrand commented on May 31, 2024

I'm having the same issue. If I understand it correctly the ecs-init package makes sure that there's a clean runtime environment before spawning a new agent, and does the starting of the agent itself via the ecs upstart configuration and ultimately the ecs-init process.

Now, when restarting the docker daemon, the agent is not respawned. Worse, it seems the ecs-init process is killed.
Now I see two solutions. One is to make the ecs upstart script start depend on docker. This way, on daemon restarts, the ecs-agent would be spawned as well. Unfortunately though the AWS Linux AMI's docker from the repositories is managed through an init.d script, and as such we cannot depend on this service through ecs-init upstart configuration alone.

This leaves us with the next approach, being to to start the ecs-agent docker container with the restart=always policy. That would result in the same and make the setup way more resilient. I'm not sure though if it would be an issue to not have the ecs-init process running though.

What are your thoughts on this?

from amazon-ecs-init.

fierlion avatar fierlion commented on May 31, 2024

For this functionality, I'd recommend upgrading to Amazon Linux 2 which uses systemd as its init process. Given the limitations of the version of upstart in Amazon Linux 1, it will be significant effort to define the depends on relationship between dockerd and ecs-init. At this point I don't see how it's possible but I'm still looking into solutions.
See my semi-detailed tour of ecs-init and docker with these respective init systems:
#231

from amazon-ecs-init.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.