Skip to content
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

changes made in kubernetes are not synced to local repository #58

Open
lentilus opened this issue Sep 25, 2024 · 0 comments
Open

changes made in kubernetes are not synced to local repository #58

lentilus opened this issue Sep 25, 2024 · 0 comments

Comments

@lentilus
Copy link

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 :)

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant