Hi folks--does anyone have any ideas on where to l...
# google-cloud
q
Hi folks--does anyone have any ideas on where to look if
pulumi update
has started hanging during the "updating" status? I'm trying to deploy a new revision of a Cloud Run service, with updated container image.
Verbose logging doesn't show anything--all the previous steps run, then it just stops.
Ah, I see. I needed
autogenerate_revision_name=True,
in there
It kept on retrying updating the existing cloud run revision, rather than creating a new one for the new deployment
I had previously commented it out because I misunderstood, thinking it would generate a new service name. My mistake.