Plugins getting removed after every Pod Restarts #951
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 |
Beta Was this translation helpful? Give feedback.
-
|
@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 |
Beta Was this translation helpful? Give feedback.
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.
Beta Was this translation helpful? Give feedback.
All reactions