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

Consolidate ecs-eni plugin into vpc-eni plugin #101

Merged
merged 1 commit into from
Jul 25, 2023
Merged

Consolidate ecs-eni plugin into vpc-eni plugin #101

merged 1 commit into from
Jul 25, 2023

Conversation

ofiliz
Copy link
Contributor

@ofiliz ofiliz commented Jul 19, 2023

Issue #, if available:

Description of changes:
We currently maintain two ENI (Elastic Network Interface) plugins: ecs-eni in the amazon-ecs-cni-plugins repository, and vpc-eni in this repository. The former is for Linux whereas the latter is for Windows. Functionally they implement the exact same behavior used for VPC networking (a.k.a. awsvpc mode) in ECS.

This change merges the two plugins into one (vpc-eni) to eliminate parallel development and simplify deployments.

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

@ofiliz ofiliz self-assigned this Jul 19, 2023
@ofiliz ofiliz requested a review from amogh09 July 19, 2023 22:47
@ofiliz ofiliz merged commit 58a0e2b into aws:master Jul 25, 2023
2 checks passed
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.

2 participants