Is this list of max pod per ENI assumed that WARM_ENI_TARGET=0
?
If I have 1 c5.xlarge (4 max ENI and 15 max IPs per ENI) and WARM_ENI_TARGET=1
, what is the scenario before it complains that there are no more available IPs?
I just kind of understand WARM_ENI_TARGET
, WARM_IP_TARGET
and MINIMUM_IP_TARGET
works, but it's not clear to me how setting MINIMUM_IP_TARGET
and WARM_IP_TARGET
on an EKS cluster with 0 IPs available free up some IPs, I assumed that it throws the no available IPs when 3 ENIs with fully attached to Pod IPs? or the 1 warm ENI will still be utilized?