What is the best way to resolve state differences in a Pulumi stack when changes happen outside Pulumi?
For instance a cluster upgrade by a cloud provider?
Now Pulumi wants to replace all my Kubernetes resources provisioned by Pulumi because of differences between what it thinks is there and what is actually there. Also
pulumi refresh
doesn't appear to pick up these changes.