amazon-vpc-cni-k8s
amazon-vpc-cni-k8s copied to clipboard
Create secondary ENI when previous ENI isn't full due to lack of IPs in subnet - enhanced subnet discovery
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.