sparse-intern-71089
12/16/2022, 6:45 PMvictorious-church-57397
12/16/2022, 7:21 PMwooden-ice-60753
12/16/2022, 8:20 PMx
in the chart simple
. The pulumi apply
will spit out resource simple/x was not successfully created by the Kubernetes API server : statefulsets.apps "x" already exists
. I need the delete to happen first. This is not implemented.
I'm iffy about running pulumi destroy --target
. That would solve the simultaneity problem. (I'm lucky that the resource isn't in a dependsOn
block of another resource. I had a different issue once like this and when the resource is in a dependsOn block of another component, selectively deleting it is difficult).victorious-church-57397
12/16/2022, 8:31 PMcuddly-computer-18851
12/17/2022, 10:19 AMwooden-ice-60753
12/17/2022, 8:07 PMisUpgrade
flag to the code. (I have that coded up.) Don't see a way to find out whether something actually is an upgrade (if the k8s.helm.v3.Chart resource is new or being updated). Any clues?wooden-ice-60753
12/17/2022, 8:20 PM