-
-
Notifications
You must be signed in to change notification settings - Fork 185
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
Can multiple reposilite instances share the same data volume ? #251
Comments
Thanks :) I am not familiar with kubernetes, but I think it should work. Reposilite serves files directly from disk, so it mostly depends on the available within volume IO. |
Thanks for your quick answer. |
Well, concurrent deploy of the same file is not really supported at this moment. I may add a locking mechanism using |
Related conversation: 9dd2017 Ok, I think that all of these changes in previous days should make it possible to use Reposilite 2.9 in that way. The only limitation is that you can not create user accounts that are synchronized between instances. To add a new token you have to restart other instances, because tokens.dat file is loaded only at startup. |
… mechanism of yaml files (Resolve #251)
Hi there, nice project.
My question is about HA situation having kubernetes deployment in mind where we would like to have many reposilite pods (thus containers) accessing concurrently to the same data volume.
Is it something somewhat supported or by design it would not work due to potential conflicting access to the same files?
Thank you.
The text was updated successfully, but these errors were encountered: