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

Move dependency cache into .devspace #2879

Open
soggycactus opened this issue Aug 13, 2024 · 0 comments
Open

Move dependency cache into .devspace #2879

soggycactus opened this issue Aug 13, 2024 · 0 comments
Labels
kind/feature New feature or feature request

Comments

@soggycactus
Copy link

Is your feature request related to a problem?
Currently devspace dependency cache is stored at ~/.devspace/dependencies, whereas the local devspace cache is stored at .devspace in the directory of the current devspace file.

This makes for a challenging user experience when re-building a local kind cluster, as the global dependency cache has to be cleared in order for dependency images to be built and loaded into the fresh kind cluster. Whenever I nuke and re-create a kind cluster, I constantly have todevspace reset dependencies which purges the global dependency cache in order to get things to work right on a fresh cluster install. This means the dependency cache I have for other repos also gets cleared.

Which solution do you suggest?
Move the dependency cache to be in-line with the .devspace directory, so that each project has its own dependency cache

Which alternative solutions exist?

Additional context

@soggycactus soggycactus added the kind/feature New feature or feature request label Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or feature request
Projects
None yet
Development

No branches or pull requests

1 participant