-
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
"awsvpc trunking" cause task launch to fail (maybe app mesh related) #2092
Comments
Hi, |
Yes, the non-trunking version of awsvpc task can work on Ubuntu, just the trunking version can't right now (at least by default), because it currently relies on ec2-net-utils or other similar scripts that detect and bring up newly attached ENI. We've made a change in #2093 that removes awsvpcTrunking's dependency on such script. The change will be included in our next release. By then you should be able to use the feature on Ubuntu. |
Oh right. Thank you so much for those changes. Really appreciate it. Really looking forward to the next release. Regards, |
This is fixed as part of https://github.com/aws/amazon-ecs-agent/releases/tag/v1.29.1 |
Summary
I have a task definition that has an envoy proxy attached as sidecar. When I turn on awsvpc trunking via CLI, the tasks no longer run after I rotate in new instances.
Description
I am setting up awsvpc trunking. While setting up AWS app mesh it often fails to launch the tasks complaining "RESOURCE:ENI".
However, no tasks start at all after I have turned on the awsvpc trunking with:
Turning it off again allows the tasks to be launched successfully.
Expected Behavior
That the task would launch successfully on ECS.
Observed Behavior
Task does not launch. No reason given in:
ECS Service Events
ECS Task Detail
No Docker logs available. The task did not even actually start running.
Environment Details
Ubuntu 16.04
ECS agent set up using docker run, as per the documentation on this github.
ECS agent version 1.29.0
ap-southeast-2
Supporting Log Snippets
vpc-branch-eni.log
aws-appmesh.log
Full log capture:
https://cf-templates-1963v75346lrz-us-east-2.s3.us-east-2.amazonaws.com/collect-i-09e138fad7313da6a.tgz
Please note the full log capture is not from the same session as the log pasted here.
The text was updated successfully, but these errors were encountered: