You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the Kubernetes provider with a local repository, changes made to the file tree inside the DevPod are not reflected locally.
In contrast, the Docker provider mounts the local repository, which has the added benefit of syncing changes. This is not the case with the Kubernetes provider, which I assume is expected. However, I think syncing changes would be a great quality-of-life improvement, especially since DevPod aims to be client-side focused. I would like to keep all my work on my local machine and not worry about changes lost in dirty worktrees on some devpod :)
devpod provider use kubernetes
cd /my/local/repo
devpod up .# do some editing ...
devpod stop .# changes are not visible locally
Any suggestions on how I can hack something together for now would be much appreciated!
The text was updated successfully, but these errors were encountered:
Hi all,
When using the Kubernetes provider with a local repository, changes made to the file tree inside the DevPod are not reflected locally.
In contrast, the Docker provider mounts the local repository, which has the added benefit of syncing changes. This is not the case with the Kubernetes provider, which I assume is expected. However, I think syncing changes would be a great quality-of-life improvement, especially since DevPod aims to be client-side focused. I would like to keep all my work on my local machine and not worry about changes lost in dirty worktrees on some devpod :)
Any suggestions on how I can hack something together for now would be much appreciated!
The text was updated successfully, but these errors were encountered: