ok so the way Pulumi handles the creation, and mod...
# general
e
ok so the way Pulumi handles the creation, and modification of a Kubernetes cluster in GCP is way offbase...
h
Had a similar issue with Terraform and GCP. The way I didn't specify the node_pool...TF always wanted to delete the cluster and recreate on a simple node change.
e
I have resolved this issue entirely be properly creating parent/child relationships explicitly. Now it works as expected.