-
Notifications
You must be signed in to change notification settings - Fork 26
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
deploy cloudrun error: invalid value specified for memory #137
Comments
The error here stems from the fact that in the Cloud Run UI (after a prior successful deployment using "Second generation PREVIEW When I went to redeploy using |
Can I see the code that you built with? It's saying the CPU/Memory configuration is not the right syntax. |
I don't think it was a syntax problem (see my comment above that I posted just before you did). But a problem with "Second Generation." This works:
(Note that in order for the above to work I changed |
Ok interesting looks like I'll need to keep an eye on this new version to see how it affects deployments. Thanks for info! |
Existing gcloud run docs: https://cloud.google.com/sdk/gcloud/reference/run/deploy I guess perhaps original error was because "8Gi" was too big when max was "4Gi" according to error message? |
cr_setup_test() passed with flying colors, but with a custom plumber deploy, I get the following error:
Any ideas how to troubleshoot this?
The text was updated successfully, but these errors were encountered: