Peter Lisy
Peter Lisy
This seems to be still an issue with Kubernetes running locally in docker. * Kind cluster * Kubernetes v1.20 * MacOS 12 Tried versions of devspace CLI * 5.17 (arm)...
Workaround: Enable `polling` on `dev.sync` - it prevents the helper from getting file watches. See [docs](https://devspace.sh/cli/docs/configuration/development/file-synchronization#polling) for more info. ``` yaml dev: sync: - # ... polling: true #
From what I noticed, you might also not open the download stream and/or skip starting the server, but I didn't get to figure out whether that would have some unwanted...