-
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
skaffold fails to sync with helm #1691
Comments
Might be a duplicate of #1668 although reports in the other issue doesn't mention any errors ( |
I'm able to use skaffold with this project by using kubectl instead of helm; it would just be nice to get it working with helm. |
Still seeing an issue
Log output when running with
|
Same issue when using
My
The
With
|
In fact in my case reverting to |
Most likely is related to #1734 |
@dee-me-tree-or-love any chance you could try building from HEAD and seeing if your issue is fixed? |
Using the latest build from https://storage.googleapis.com/skaffold/builds/latest/skaffold-darwin-amd64 solved this issue for me 👍 |
Expected behavior
static files sync to container without a rebuild when updated on disk
Actual behavior
skaffold fails to sync files, prints warn log
Information
https://github.com/cflynn07/myblog/tree/dc5115181f030e769ae192f9ecf6aecb8dcec8d2
Steps to reproduce the behavior
skaffold dev -v debug
/templates/home.html
with trivial changeThe text was updated successfully, but these errors were encountered: