Every time I run pulumi up my cluster is being rec...
# kubernetes
d
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?
If you look at
gcp:container:Cluster
it says
diff: -dnsConfig
. 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
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?
d
Sure