-
Notifications
You must be signed in to change notification settings - Fork 748
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Support for unassigning IPs * When WARM_IP_TARGET is set, unassign IPs if the number of available IPs is greater than the WARM_IP_TARGET. * Unassigns from all ENIs at once. * Unassign ips after deleting them from the store * This removes the possibility that unassigned ips are used by other pods before they can be deleted from the store. If they are removed and deletion fails, the reconciler will add them back to the store. * GO111MODULE for travis
- Loading branch information
Showing
9 changed files
with
307 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.