You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
For some bridged resources like google private eks clusters, certain fields trigger a replacement, but you will get a conflict if you don't delete before replace. To make it easier for users I would like to be able to trigger a deletebeforereplace based on those fields in the provider, and note it in the docs.
In pulumi/pulumi-gcp#2586 the clash is not caused by the resource itself - Compute Instances with the same configuration can exist simultaneously. The problem comes from attaching a secondary resource - these can not be attached to two primary resources at the same time, so DeleteBeforeReplace is needed only if the attachment is there.
Hello!
Issue details
For some bridged resources like google private eks clusters, certain fields trigger a replacement, but you will get a conflict if you don't delete before replace. To make it easier for users I would like to be able to trigger a deletebeforereplace based on those fields in the provider, and note it in the docs.
Docs:
"enablePrivateNodes" - "Whether nodes have internal IP addresses only."Triggers Replacement
Affected area/feature
The text was updated successfully, but these errors were encountered: