clean-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.white-balloon-205
12/13/2019, 11:56 PMpresumably 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.pulumi refresh
and pulumi up
doesn't recreate this deployment, though. The up
neither tries to delete nor create the Deployment.pulumi stack
lists the resource, meaning, I guess, that it's still in the state?pulumi up
to "replace" it. (There was nothing there for it to replace...)