-
Notifications
You must be signed in to change notification settings - Fork 400
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
Reload list of charts from persistence layer (disk, s3, etc) #654
Comments
Possibly related to: #562 |
Hi @migueleliasweb , we open #562 mainly for the replica deployment , if you deploy in the single instance , you should not restart the storage backend , we have the ticker to load your charts into the cache . |
Hi @scbizu , thanks for que swift reply! So, just to clarify. Are you saying that if I manually add a chart to the persistence layer (let's say a mount using the |
@migueleliasweb Yes , if you just have a single instance of chartmuseum. |
Interesting! I am running with 2 instances using the local storage option and that might be causing some weird things to happen. I will test with a single instance! Thanks! |
Till now , we do not fully support the multi-instance setup , which you said would see some weird things happen . If you want to setup the multi-instance or the replica , as I mentioned in the #148 (comment) , you should need redis(cluster)'s help . |
@scbizu , after a few changes on my setup of Chartmuseum I think I have a somewhat stable installation. As I really wanted to have a "stateless" chartmuseum install, I used With this setup, each All is working just fine but sometimes I still need to reload the container for it to pick up new changes (new ConfigMaps added or changed). If I delete the pod, the new charts show up nicely. I've found this code:
But, for some reason, althought it seems to be enabled by default (5m intervals), it doesn't seem to be pickig up the changes. Any ideas? Ping @scbizu (sorry to bother). |
For the moment, the workaround I've found is to add a post hook that issues a |
@migueleliasweb Sorry for late response , back from China Lunar New Year holiday XD. You can set the See 3ae6ed2 |
I will check this out this week. 👌 |
Hi all,
Is there a way to reload the list of available charts from disk without restarting the pod?
The text was updated successfully, but these errors were encountered: