Plugins getting removed after every Pod Restarts #951
Unanswered
ayush-acefone
asked this question in
Q&A
Replies: 2 comments
|
Alas, I don't know anything about Kubernetes, but I suspect the problem is that you need to use an external storage engine (i.e. not the local filesystem). Use S3 or an S3 compatible service like MinIO: https://github.com/jhuckaby/Cronicle/blob/master/docs/Configuration.md#amazon-s3 https://github.com/jhuckaby/Cronicle/blob/master/docs/Configuration.md#s3-compatible-services |
0 replies
|
@ayush-acefone obviously you do not store you plugin executables in persistent volume, I guess in bin folder? I guess you should put in data folder. If you don't create new plugins all the time, sounds like it's a better idea just to bake them into your image |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
After deploying Cronicle in a Kubernetes environment, plugins are successfully added and working as expected.
However, whenever the pod restarts (due to redeploy, scaling, node restart, etc.), all plugins disappear. It seems like the plugin directory is not being persisted across pod lifecycles.
All reactions