aws / aws-k8s-tester

AWS Kubernetes tester, kubetest2 deployer implementation
Apache License 2.0
163 stars 82 forks source link

Filter ENIs based on VPC CNI applied tag #417

Closed cartermckinnon closed 9 months ago

cartermckinnon commented 9 months ago

Description of changes:

ENIs for the control plane will be created in private subnets, so we need to filter for ENIs that were created only by the VPC CNI when trying to do our cleanup.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.