This message was deleted.
# general
s
This message was deleted.
b
https://www.pulumi.com/docs/reference/cli/pulumi_refresh/ maybe? (IMO the boldness is a bit obnoxious)
c
the refresh won't work if the resource identifiers change (e.g. deployment name). Pulumi will refresh the state with the resource deleted so the next time you run
pulumi up
it will try to create the original resources. I think you need to decide whether you want certain resources to be managed by Pulumi or Codefresh. Don't mix them.
l
This:
I think you need to decide whether you want certain resources to be managed by Pulumi or Codefresh. Don't mix them.
It may suit you to have Pulumi manage the GCE bits, and possibly building the images; and Codefresh to manage the draining and deployment of images into the clusters.
👍 1
t
Thanks, I think we can Deploy using pulumi inside the codefresh pipeline. The question now is, Pulumi Deploy the new resource deployment/cluster ip as blue-green?