-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to delete security groups because of dangling ENIs #65
Comments
@imranismail you can configure network interfaces to be deleted by using the
Please refer to the docs for further information. |
@CarlosDomingues That is for elastigroup. For ocean I don't see any option to configure this. |
Hi @imranismail, thanks for your comment. |
@danielle-297 did you try launching a few services inside the cluster? That's when the ENIs get created. |
It's worth noting that when deleting an EKS cluster you must delete your "LoadBalancer" service types first. EKS does not clean this up for you at the time of this writing. |
After provisioning ocean cluster and setting up a few pods inside it. Upon destroying resources using terraform I'm always stuck at deleting the worker security groups because of dangling ENIs.
The text was updated successfully, but these errors were encountered: