Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce a minimum target for ENI IPs (aws#612)
* Introduce a minimum target for ENI IPs Adds a MINIMUM_IP_TARGET environment variable to inform the AWS CNI that a particular number of total IPs is anticipated for use with a particular node. This is useful to ensure a sufficient supply of IPs on a node up-front without the 2x IP usage overhead of setting WARM_IP_TARGET to the same value. * Fix multiple incorrect references to MINIMUM_IP_TARGET Co-Authored-By: Ed Morley <501702+edmorley@users.noreply.github.com>
- Loading branch information