better-actor-92669
11/11/2019, 3:00 PMCluster "gke-cluster-1" has terminal state "ERROR" with message "Retry budget exhausted (10 attempts): Google Compute Engine: A route in one of the active peer networks hides the address space of the new subnetwork."
Now I want to recreate it, but I get Plan apply failed: googleapi: Error 409: Already exists: projects/.../zones/europe-west3-c/clusters/gke-cluster-1., alreadyExists
I removed this resource from pulumi state directly with pulumi state rm urn
, but the behaviour is the same.white-balloon-205
pulumi up —replace <urn>
which can be used to force a specific resource to replace. There is also a pulumi up —target-replace <urn>
to do just that replacement without processing any other update changes.better-actor-92669
11/12/2019, 8:55 AM