Open nvcnvn opened 2 years ago
Are you able to build all three images from the Dockerfiles?
I notice that you don't have a "base" Skaffold config, everything is part of the ci
profile. What happens if you move everything out of the profile (so build
and deploy
are top-level keys)?
Are you able to build all three images from the Dockerfiles?
Let me check, need to add some debug code to see if any image built when the error happen, right now I just stop when the issue happen.
What happens if you move everything out of the profile (so build and deploy are top-level keys)?
I tried that already, same issue happen.
@nvcnvn Looks the debug line "FIXME" is coming from docker API See this thread, https://githubhot.com/repo/wshihadeh/docker-deployment-action/issues/27
time="2022-01-14T05:11:12Z" level=debug msg="FIXME: Got an status-code for which error does not match any expected type!!!: -1" module=api status_code=-1
Not sure if skaffold is breaking the log line. Can you please fix the ssh related issue or just try building the images like @halvards mentioned
@nvcnvn Were you able to attempt fixing the ssh issue and build the image like @tejal29 mentioned?
I think this issue can be close since I surrender after all the methods already (also changed job).
Expected behavior
skaffold run --kube-context=$MINIKUBE_PROFILE
successfully deploy to my local cluster.Actual behavior
Image build canceled and nothing else.
Information
Steps to reproduce the behavior
Actually I cannot reproduce this easily, here is some vtrace log https://gist.github.com/nvcnvn/f3124f016d05b3196e99149129a0dda4