-
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 always builds a new image when no file has been changed! #4793
Comments
hey @oo00spy00oo thanks for the issue. I want to make sure I understand exactly what's going on here - is skaffold continuously rebuilding your image even when you change no files? or is skaffold rebuilding when it's supposed to just be syncing, since you have in the meantime, if you'd like you can use the
|
I’ll chip in since I have a similar issue if I understand @oo00spy00oo correctly. My issue is when I run |
I meant when sync mode is enabled, Skaffold is continuously rebuilding the image, it isn't necessary or it makes sync mode become non-sensical. |
@oo00spy00oo could you please attach your logs from running with |
This could be related to #4898 |
Closing, but will re-open if @oo00spy00oo can provide more detail. |
I have a similar problem. Once my deployment becomes healthy, skaffold rebuilds it |
Listing files to watch...
Generating tags...
Checking cache...
Expected behavior
In case sync mode is enabled, we should have an option to disable auto-build mode when changing the content of any files!
Actual behavior:
Skaffold always builds the new image while I didn't change anything in my project.
Information
The text was updated successfully, but these errors were encountered: