You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After following the fix in #3, terraform destroy completes but leaves behind an orphaned DigitalOcean load balancer.
The reason is that load balancer was deployed by adding the Kubernetes resource via flux, not via Terraform.
The solution is to remove the ingress-nginx Kubernetes resources before uninstalling flux (or manually delete the ingress-nginx resources via kubectl after flux has been uninstalled) and before using terraform destroy.
The text was updated successfully, but these errors were encountered:
After following the fix in #3,
terraform destroy
completes but leaves behind an orphaned DigitalOcean load balancer.The reason is that load balancer was deployed by adding the Kubernetes resource via flux, not via Terraform.
The solution is to remove the ingress-nginx Kubernetes resources before uninstalling flux (or manually delete the ingress-nginx resources via
kubectl
after flux has been uninstalled) and before usingterraform destroy
.The text was updated successfully, but these errors were encountered: