-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Can't Delete EKS Cluster #382
Comments
I ran this again with |
Thanks for the opening the issue. Security groups can hang on deletion for a couple of reasons:
Glad to hear you were able to delete this. Unless you changed something outside of the pulumi program (e.g. using the AWS console) a re-run of the deletion should've worked without the need to specify
|
@rawkode is this issue okay to close? |
The problem was ENIs, I deleted them manually. |
I spun up an EKS cluster using
pulumi/eks
, which worked great. Unfortunately, running a destroy afterwards leads to a failure. It seems it is trying to delete the security groups first, but there's some dependant resource.The text was updated successfully, but these errors were encountered: