-
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 doesn't display changes until restarting #1896
Comments
Happy to provide any other files or setup information. It's such a weird issue. |
I'm experiencing the same issue. |
@Hudsonzp Can you make sure that you are syncing to the correct destination? Currently the way how the pattern |
Worked like a charm @corneliusweig. I swapped the pattern for py, scss, js, and my css files. First try I could refresh the page and intended changes. We can close this ticket. Thanks for your help! |
Expected behavior
Upon skaffold syncing a file, I can refresh my browser and see the changes made to the application.
Actual behavior
Even though the file syncs and appears to be going into the proper image, no changes can bee seen until skaffold is interrupted and restarted. Most times it's 1-2 changes behind (example in steps to reproduce).
Information
Steps to reproduce the behavior
Page says: Success
I've tried hard refreshing, clearing cache, etc. This is happening on 2-3 different computers as well in different browsers. This happens no matter if it's a python change or a react/webpack change.
Setup:
Notes and Logs
On The Python Side:
The text was updated successfully, but these errors were encountered: