-
Notifications
You must be signed in to change notification settings - Fork 111
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
Cloud Run Service Deploy Failed with error #925
Comments
Hey, can you submit feedback through extension and include the logs with it? Thanks! |
Did you solve this issue ? Im hving the same one. Evethying was perfect but i got the exact same error. Please let me know. thank |
I am still having an issue. But found manual way to deploy services till the extension fixed. |
I am encountering an issue where the skaffold.yaml file is not being automatically generated. It appears that this problem is specific to Windows users. Could anyone please confirm if they are experiencing the same issue? |
Hello there, Could you please share which Skaffold version are you (the Cloud Code VS Code extension) using to deploy to Cloud Run? Thanks! |
Hi renzodavid9, |
lalkumarrai can you please explain me how you did that manuallly please. Thanks for it bro |
Hi Operationskcs, i deployed manually with below steps
|
Yes, I am facing same |
Getting the same error anyone figured out how to fix the problem? |
We are experience an issue with AR and working on the solution with gcloud. We'll update once it's fixed |
Hi, @lalkumarrai ,here are my findings:
But issues indeed occur on Windows. I'm not sure why the error suddenly started appearing on the Windows system. Moreover, from the following message:
it seems that the JSON keys are not enclosed in double quotes, which is quite strange. After checking the official examples, enclosing the JSON in single quotes However, this leads to a further error where the skaffold.yaml is not generated. So I enclosed the Windows-path in single quotes as well. Now based on testing and using @lalkumarrai 's example, change to this
Note that I added single quotes (' ') around the JSON and Windows path, then it should work successfully. My current hypothesis is that the issue might be caused by some changes made to the command template in either the Cloud Code extension or Skaffold. |
I have the same issue Building the image manually and deploying using |
Still facing the same issue. Any update or ETA here? Been 3 weeks since the issue was opened and over a week since the last update was provided. |
Based on my local tests, I downgraded:
After these downgrades, running Cloud Run worked fine, so we can temporarily revert to this version to keep it running. The error is likely related to the recent VSCode update. |
Thank you for the reproduction. We are looking at the issue for a possible fix. Unfortunately we had two issues that looked very similar, this one and one with artifact registry and missed the bug in the product. |
The build may have failed, or the image you're deploying may not match what you built. gcloud builds submit --tag gcr.io/XXXXX/(image name) gcloud run deploy appname --project XXXXX --image gcr.io/XXXXX/(mismatch image name) |
This issue will be fixed in the next release (next week). |
Environment:
(Hint: "Report Extension Issue on Github" command will fill these out for you.)
Version information
Cloud Code Extension version: 2.16.0
VSCode version: 1.92
OS: window 10
Cloud SDK:
Skaffold:
Kubectl:
Description:
When I try to deploy in google cloud run
The service deployment failed suddenly with the issue
Failed to build the app. Error: Failed to create skaffold configuration. Error: processing cli artifacts: malformed artifact provided: {image:gcr.io/flaskgcp-424601/scoro-optimo,builder:Docker,payload:{path:Dockerfile}}
From the logs, we can seeBefore one week, it used to deploy services without any issue but suddenly its showing issues.
The text was updated successfully, but these errors were encountered: