Open mycar98765 opened 2 years ago
The Cloud Run emulator should run entirely locally on your machine in minikube. Have you been able to determine which images are the problem? Debugging will pull images from gcr.io/k8s-skaffold/skaffold-debug-support but they are publicly visible.
Do you have any SKAFFOLD_*
environment variables? Do you have a ~/.skaffold/config
file? Are you able to get some logs with kubectl
If you were to Select New Application
and choose one of the Cloud Run samples, do you still have this issue? Like Brian pointed out, it might be helpful to figure out which image is not being pulled correctly. You can turn on verbose logging for Cloud Code in the settings, that may give more information as to what is going on.
Hi @briandealwis @ChaseMor. I'm currently following recommendation from this link with Google App Engine
I get the following error in the output:
I am getting above error doing following:
Click the Cloud Code button in the status bar (I have the Cloud Code extension installed)
Click the Debug on Cloud Run Emulator button
I followed the way of this comment in the Github issue but still getting this error.
I don't provide the code because I don't think the error is code related. Feel free to comment on this question if you need more information.
After researching for a long time, I still can't find the source of the problem.
I would appreciate if someone could help me with this error. Thank you in advance!