Skip to content
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

Skaffold event API failed to send a failure reason when project not found. #3991

Closed
tejal29 opened this issue Apr 20, 2020 · 3 comments · Fixed by #4010 or #4384
Closed

Skaffold event API failed to send a failure reason when project not found. #3991

tejal29 opened this issue Apr 20, 2020 · 3 comments · Fixed by #4010 or #4384
Labels
area/eventing area/logging kind/bug Something isn't working priority/p2 May take a couple of releases

Comments

@tejal29
Copy link
Contributor

tejal29 commented Apr 20, 2020

@quoctruong reported


C:\Users\quoct\cloudcode-projects\nodejs-hello-world-24>skaffold debug --enable-rpc -v info --port-forward --rpc-http-port 60538 --filename skaffold.yaml --default-repo gcr.io/gcloud-powershell-te
time="2020-04-20T14:32:22-07:00" level=info msg="starting gRPC server on port 50051"
time="2020-04-20T14:32:22-07:00" level=info msg="starting gRPC HTTP server on port 60538"
time="2020-04-20T14:32:22-07:00" level=info msg="Skaffold &{Version:v1.8.0 ConfigVersion:skaffold/v2beta2 GitVersion: GitCommit:bd280192092e28067f0f52584c8bcb4f4dc480e4 GitTreeState:clean BuildDate:2020-04-17T23:01:25Z GoVersion:go1.14 Compiler:gc Platform:windows/amd64}"
time="2020-04-20T14:32:22-07:00" level=info msg="Using kubectl context: gke_gcloud-powershell-testing_us-central1_cluster-3"
Listing files to watch...
time="2020-04-20T14:32:22-07:00" level=info msg="List generated in 1.0017ms"
Generating tags...
 - nodejs-hello-world -> gcr.io/gcloud-powershell-te/nodejs-hello-world:latest
time="2020-04-20T14:32:22-07:00" level=info msg="Tags generated in 995.9µs"
Checking cache...
 - nodejs-hello-world: Found. Pushing
The push refers to repository [gcr.io/gcloud-powershell-te/nodejs-hello-world]
535aa4bfd632: Retrying in 1 second
01fe2b5ec402: Retrying in 2 seconds
ea6156b3ea98: Retrying in 1 second
6c14b4215be4: Retrying in 1 second
e9022e94bf2b: Retrying in 3 seconds
0493dc030ae3: Waiting
0095ff73bb21: Waiting
0fe19df8b8f8: Waiting
b17cc31e431b: Waiting
12cb127eee44: Waiting
604829a174eb: Waiting
fbb641a8b943: Waiting
time="2020-04-20T14:33:19-07:00" level=fatal msg="exiting dev mode because first build failed: pushing image: unknown: Project 'project:gcloud-powershell-te' not found or deleted."

Could be related to #3970

@tstromberg tstromberg added the kind/bug Something isn't working label Apr 21, 2020
@dgageot dgageot reopened this Apr 23, 2020
@dgageot
Copy link
Contributor

dgageot commented Apr 23, 2020

@tejal29 Could you see if this was fixed by #4010?

@dgageot
Copy link
Contributor

dgageot commented May 4, 2020

I'm going to assume #4010 fixed this issue. Feel free to reopen if that's not the case.

@dgageot dgageot closed this as completed May 4, 2020
@dgageot dgageot reopened this May 12, 2020
@tejal29 tejal29 added priority/p2 May take a couple of releases and removed priority/p1 High impact feature/bug. labels Jun 17, 2020
@tejal29
Copy link
Contributor Author

tejal29 commented Jun 17, 2020

The plugins have a found a way to over come this issue by keeping a record of all events seen so far.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/eventing area/logging kind/bug Something isn't working priority/p2 May take a couple of releases
Projects
None yet
4 participants