sparse-intern-71089
12/13/2019, 11:33 PMclean-engineer-75963
12/13/2019, 11:33 PMpulumi refresh shows "delete" under the "Plan" column for this resource. I'm not sure what that means.clean-engineer-75963
12/13/2019, 11:34 PMwhite-balloon-205
presumably by pulumi, and now pulumi doesn't think it needs to recreate it.That would be a little surprising. Can you tell from history of deployments whether there was any deletion scheduled by Pulumi?
That sounds ~expected - the refresh will remove this resource from your state file. ( I thought we used a word like "removed" instead of "deleted" here though). Once it's removed so that the Pulumi view is reconciled with your cluster, ashows "delete" under the "Plan" column for this resource. I'm not sure what that means.pulumi refresh
pulumi up should try to recreate it for you.clean-engineer-75963
12/14/2019, 12:05 AMpulumi up repeatedly trying to get a different resource to work, and I wasn't paying attention to this one until I noticed it was missing.clean-engineer-75963
12/14/2019, 12:06 AMpulumi refresh and pulumi up doesn't recreate this deployment, though. The up neither tries to delete nor create the Deployment.clean-engineer-75963
12/14/2019, 12:08 AMpulumi stack lists the resource, meaning, I guess, that it's still in the state?clean-engineer-75963
12/14/2019, 12:35 AMpulumi up to "replace" it. (There was nothing there for it to replace...)