-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Sync does not work in containers without the tar command #1814
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
Comments
What do you think? |
So I just tried the fallback version but it will not work, because I also had a look at the distroless images from https://github.com/GoogleContainerTools/distroless/ and it looks like they do not package any executable like
|
Looks like this is completely blocked until |
Leaving open, because this is still apparently an issue blocked on |
|
Related k8s issue (mentioned above in the thread) - kubernetes/kubernetes#58512 |
Expected behavior
Changed files are synced to the container. The example below does not make much sense, but it does also affect distroless containers.
Actual behavior
Sync fails with
Information
Steps to reproduce the behavior
Based on the examples/getting-started example
skaffold dev -v debug
main.go
and wait for sync.The text was updated successfully, but these errors were encountered: