What happened?
Running devspace up starts the initial sync process. If many files are synced down and changed locally, it may happen that the file watcher process on windows dies without any errors which leads to a non-functional upstream sync.
What did you expect to happen instead?
File watcher should not die when changing many files locally or they should be restarted automatically to ensure that upstream file syncing always works.
How can we reproduce the bug? (as minimally and precisely as possible)
- Checkout a nodejs project with a large number of dependencies on windows
- run
devspace up
- change a file locally and check if it has been synchronized to the remote container
Local Environment:
- Operating System: windows
- Deployment method: helm
Kubernetes Cluster:
- Cloud Provider: DevSpace Cloud Enterprise
Anything else we need to know?
This might also affect the quickstart guide making it even more important.
/kind bug
What happened?
Running
devspace upstarts the initial sync process. If many files are synced down and changed locally, it may happen that the file watcher process on windows dies without any errors which leads to a non-functional upstream sync.What did you expect to happen instead?
File watcher should not die when changing many files locally or they should be restarted automatically to ensure that upstream file syncing always works.
How can we reproduce the bug? (as minimally and precisely as possible)
devspace upLocal Environment:
Kubernetes Cluster:
Anything else we need to know?
This might also affect the quickstart guide making it even more important.
/kind bug