Replies: 1 comment 1 reply
-
Thanks for flagging this issue. I can reproduce this as well. We should be able to safely ignore a 404 error on load balancer delete. This PR should resolve the issue: #1067 It will be included in the next release. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I create the following cluster:
And create the following load balancer for ingress
I also create the ingress nginx controller and associate the load balancer with it:
Resources are created without issues as expected, but when I do a
terraform destroy
, it destroys some resources just fine but fails during the load balancer delete as it fails with the following error:It feels like digital ocean cascades the deletion of the cluster to the load balancer so when it tries to delete the load balancer, it is already gone. Any ideas on how to fix this or am I doing something wrong on my end?
Beta Was this translation helpful? Give feedback.
All reactions