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

Removing Fargate Detecting Condition #92

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hochizo5940
Copy link

In 2022, AWS announced the new feature ECS Service Connect which helps to create service mesh feature easily.
The service connect container is not described on Task definition, but described on tasks.
Since Name checking between task's container and task definition's container is not applied when ecs runs on a fargate, there is a case that target is created for ecs service connect container.
This problem solved with this commit.

@Rudd-O
Copy link
Contributor

Rudd-O commented Sep 18, 2023

I would be willing to take over maintainership from @teralytics and merge the patches / PRs submitted by users.

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.

3 participants