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.
1. All ENIs created by IPAM-D will be tagged with all desired tags on creation. 2. All ENIs managed by IPAM-D will be tagged with all desired tags if not already tagged with these tags. Other tags on ENI will be kept as it is. 1. Trunk ENI is excluded, as it's lifecycle is managed by vpc-resource-controller. 2. Since we tag ENIs on ENI creation, this backfill logic will only trigger for below cases: * ENIs created by previous versions of ENI and the desired tag set changed. * ENIs attached to instances from external source without the node.k8s.amazonaws.com/no_manage tag. 3. The desired tag set is: * node.k8s.amazonaws.com/instance_id: <instance_id> * cluster.k8s.amazonaws.com/name: <cluster-name> if CLUSTER_NAME envVar is specified. * additional tags specified if ADDITIONAL_ENI_TAGS envVar is specified.
- Loading branch information
Showing
5 changed files
with
991 additions
and
287 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
Oops, something went wrong.