aws/amazon-vpc-cni-k8s

Create secondary ENI when previous ENI isn't full due to lack of IPs in subnet - enhanced subnet discovery

jchen6585 opened this issue · 6 comments

What would you like to be added:
When enhanced subnet discovery is enabled, we should create a secondary ENI using a new subnet (if there is one available) when the previous ENI is failing to add more IPs due to lack of IPs in subnet.

Why is this needed:
This will prevent IPAMD from being stuck trying to allocate IPs to the previous ENI even if the subnet is out of IPs.