Hi )) Is it possible to speed up deleting AWS k8s ...
# general
r
Hi )) Is it possible to speed up deleting AWS k8s cluster? In GUI I can delete nodes and then cluster. I don’t delete helm charts and other resources one by one.
s
don't htink so. but you also don't want to just delete your cluster without deleting any k8s resources. some resources, like Service type:LoadBalancer, may have an associated cloud resource that will become orphaned if you don't delete it from k8s first
r
I have a big problem with deleting the load balancer and VPN. I still delete them manually (from GUI). Can’t understand why pulumi can’t delete them.
s
Pulumi can't delete them because they are resources that the AWS Load Balancer Controller creates. It is completely outside Pulumi's domain.