aws / amazon-ecs-agent

Amazon Elastic Container Service Agent
http://aws.amazon.com/ecs/
Apache License 2.0
2.08k stars 616 forks source link

create dns config files using host network namespace #4400

Closed JoseVillalta closed 1 month ago

JoseVillalta commented 1 month ago

Summary

Creates DNS Config files using primary network namespace configuration

Implementation details

Pull DNS info from local instance instead of ACS payload.

Testing

Locally on personal EC2 dev instance integrated with Fargate Agent.

New tests cover the changes:

Description for the changelog

netlib shared libary: create DNS files using host namespace info

Additional Information

Does this PR include breaking model changes? If so, Have you added transformation functions? No Does this PR include the addition of new environment variables in the README? No

Licensing

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.