I am unable do a clean deletion of my EKS cluster....
# general
b
I am unable do a clean deletion of my EKS cluster. It is failing to delete a k8s Service and the error I see is:
Copy code
Diagnostics:
  kubernetes:core/v1:Service (app-proxy-st-1):
    warning: finalizers might be preventing deletion (service.k8s.aws/resources)
    error: timed out waiting for the condition
how do I get more details or debug logs?
I got debug logs by doing:
Copy code
pulumi destroy --continue-on-error --yes --logtostderr --logflow -v=10 2> out.txt
but it is hardly helpful to me 😕