-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cloudrun Failed Creation #2775
Comments
Hi @jjhuff - thank you for filing this issue! Having inconsistencies between your stack state and the actual cloud resource state is not ideal. Disclaimer that most of the team will be out for the remainder of the year so responses may be a little slower than usual - thank you in advance for your patience 🙏 🌟 In the meantime, I have a couple suggestions and questions. First off - can you tell us more about the interactions between the container and the Cloudrunv2.Service? It sounds like Service creation wait time timed out on the provider side but not the GCP side, but where does the container come into play? Next - this is obviously not something you want to do routinely, but on the subsequent run with Have you taken a look at Pulumi custom timeouts? This may not be helpful to you, as you mention a container dependency, but thought I'd throw it out there. Please let us know if these suggestiong are useful to you. If not - in order for us to help you best and fastest, could you provide us with a minimal fully runnable repro with step by step instructions? Thank you so much! |
When it times out, the Service resource is never created.
|
@jjhuff thanks for reporting. Can you please post a short program which reproduces the problem? Also can you please try on the latest GCP provider? We had a very similar issue which was recently fixed - I suspect this one might be too. |
Describe what happened
I'm using Pulumi to deploy a Cloud Run services for preview builds. This generally works great until someone open a PR with a container that doesn't start up:
The resource failed to be created -- but the the service was still created on Google's side. That means that once the bug is fixed, subsequent deployments fail like:
Sample program
n/a
Log output
No response
Affected Resource(s)
No response
Output of
pulumi about
pulumi about doesn't seem to support pnpm, so here's my deps:
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: