hello, can pulumi revert manual changes? I tested ...
# general
m
hello, can pulumi revert manual changes? I tested with k8s deployment, when manually changing replicas count, 'pulumi up' don't rollback this update. Is this expected behavior?
t
you need to run 'pulumi refresh' first https://www.pulumi.com/docs/reference/cli/pulumi_refresh/, then you can revert manual changes with 'pulumi up'