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

Avoid needing to pull container images every time the demo runs #54

Merged
merged 6 commits into from
Oct 18, 2023

Conversation

chrisburr
Copy link
Member

Currently each time the demo runs the container images must be downloaded. This is O(5GB) of stuff that can't be easily reduced (OpenSearch is 2GB by itself). This makes the demo very painful on slow internet connections. Ideally we want to be able to run the demo offline at times.

To mitigate this, we can mount Kind's containerd storage from the host. This has downsides (most notably that it will grow without bound as there is no garbage collection) but is worthwhile at least some of the time. For now I've hidden this behind a --mount-containerd flag.

@chrisburr chrisburr marked this pull request as ready for review October 16, 2023 01:06
@chaen chaen merged commit 27d8a82 into DIRACGrid:master Oct 18, 2023
3 checks passed
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

Successfully merging this pull request may close these issues.

2 participants