This message was deleted.
# general
s
This message was deleted.
g
Can you elaborate on this? Are you getting an error?
l
Yes. Say you provision a GKE cluster and a node-pool, and tear-down fails for whatever reason. Deleting the GKE cluster, then running
pulumi destroy
will result in Pulumi noticing that the GKE cluster is already destroyed, so the operation will succeed. NodePools, if they're manually deleted, will fail with an error like:
Copy code
error: deleting urn:pulumi:infra-node-pools::infra-node-pools::gcp:container/nodePool:NodePool::postgres-production: googleapi: Error 404: Not found: projects/motorefi-cloud/zones/us-central1-f/clusters/c-m427m., notFound
g
That sounds like a bug. Mind opening an issue at github.com/pulumi/pulumi-gcp ?