Channels
announcements
automation-api
aws
azure
blog-posts
built-with-pulumi
cloudengineering
cloudengineering-support
content-share
contribex
contribute
docs
dotnet
finops
general
getting-started
gitlab
golang
google-cloud
hackathon-03-19-2020
hacktoberfest
install
java
jobs
kubernetes
learn-pulumi-events
linen
localstack
multi-language-hackathon
office-hours
oracle-cloud-infrastructure
plugin-framework
pulumi-ai
pulumi-cdk
pulumi-cloud
pulumi-crosscode
pulumi-deployments
pulumi-kubernetes-operator
pulumiverse
python
registry
status
testingtesting123
testingtesting321
typescript
welcome
workshops
yaml
Powered by
Title
q
quick-wolf-8403
07/05/2022, 7:44 PM
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.
#google-cloud
Join Slack