Skip to content

Releases: aws-samples/eks-automated-ipmgmt-multus-pods

v2025.06

25 Jul 21:33
Compare
Choose a tag to compare
  • 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

25 Jul 21:06
Compare
Choose a tag to compare

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)