late-balloon-24601
10/16/2024, 9:41 AMdeletedWith
on my kube helm charts to skip deleting them when the EKS cluster (built with @pulumi/eks
) is being destroyed as well. It doesn't seem to work though and pulumi still attempts to destroy the billion CRDs instead of just nuking the cluster - is it because @pulumi/eks/cluster
is a ComponentResource? I'm not able to reference the underlying aws resource directly because it's exposed as an Outputlate-balloon-24601
10/16/2024, 10:29 AMdeletedWith
statements. Will find out if that's the case this evening when I tear down the cluster againquick-house-41860
10/16/2024, 11:21 AMpulumi up
after you added the resource option. Otherwise the deletedWith
isn't taken into account.late-balloon-24601
10/16/2024, 11:21 AMquick-house-41860
10/16/2024, 11:30 AM