forked from aws/amazon-vpc-cni-k8s
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for a 'no manage' tag (aws#726)
* Add support for a 'no manage' tag This tag results in an ENI being unmanaged by the ipamd plugin. This allows someone to create an ENI, associate it with an instance, and then use eks per normal while also using that ENI for whatever. * Update tests for new changes * Remove 'unmanaged eni' metric * Update readme with docs about CLUSTER_NAME and no_manage * Correctly indent tag sub-headers * Remove trailing '.' * Account for unmanaged ENIs in allocation check
- Loading branch information
Showing
12 changed files
with
242 additions
and
103 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
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.