Every time I run pulumi up my cluster is being recreated on gke. This code is attempting to create an autopilot cluster (which it does). On subsequent runs of "pulumi up" it says that I'm removing the dns config. Could someone help me debug my kubeconfig?
. Ignore the other failures for cloudrun, those are expected
Also, on "replacement" in pulumi my cluster is not being deleted
so now I have three clusters despite only provisioning one
s
salmon-account-74572
08/28/2023, 3:36 PM
This seems to me like unexpected behavior (both the creation of a new cluster as well as the failure to remove the old clusters). Would you mind filing an issue in https://github.com/pulumi/pulumi-gcp?