Releases: aws-samples/eks-automated-ipmgmt-multus-pods
Releases · aws-samples/eks-automated-ipmgmt-multus-pods
v2025.06
- Supports initContainer and Sidecars
- Identifies ENI by matching MAC addresses of the POD with teh MAC address of the ENIs attached to worker.
- Support multiple Multus ENIs using same subnet (as they will have different MAC addresses)
- If MAC address couldn't be matched with any worknode mac (then it matches the IP with the worker node attached subnet CIDRs)
- ignores eth0 on pod (vpc-cni)
v2024.06
Release for code pushed on June 2024.
- Supports initContainer and Sidecars
- Identifies ENI by matching if Pod Multus IP Address belongs to any subnet atatched to the worker node.
- Doesn't support multiple Multus ENIs using same subnet (1st match wins)
- ignores eth0 on pod (vpc-cni)