-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
sync is broken on local cluster #1734
Comments
Otherwise, we might check an image that was only built locally and never pushed Fixes GoogleContainerTools#1734 Signed-off-by: David Gageot <david@gageot.net>
same here!
|
@aasm-moura did you get any solution for this issue? I am also facing same problem. |
@ayyazzafar we have disabled the sync until the new skaffold release. UPDATE: Have downloaded the latest release and it works! Link: https://storage.googleapis.com/skaffold/builds/latest/skaffold-darwin-amd64 |
Still facing the same issue with the latest release 0.24.0 |
I'm encountering the same issue on 0.24.0. |
same here :( |
Just ran into the same thing on edge:
Specifically, trying to use skaffold with microk8s docker registry without specifying it as the remote docker repository (e.g. Use case is that atm we've got devs on Mac using Docker for Mac and Devs on Linux using microk8s. Would like to be able to provide a universal Running on edge because syncing was broken for my use case until #1813 makes it into a release |
Sync is broken when images have not been pushed.
The code now tries to retrieve the remote image to check the working dir.
Because the image was never pushed, this fails hard.
The text was updated successfully, but these errors were encountered: