Open
Description
I have deployed VictoraMetrics (promethus compatible) as a Deployment with replicas=1 and I would like to reload Prometheus using Stakater/Reloader.
The problem I am running into is that VictoraMetrics will not allow the database to be re-allocated to a new pod while the old pod is still running. I cannot see a way to redeploy VM using this process, but rather I would in this case employ some kind of process signaling to reload the configuration. Is that something that Reloader can support directly or indirectly?
...
prometheus-5cf78d6949-qnpt5 1/1 Running 0 21h
prometheus-697ddcbfd9-lrll2 0/1 CrashLoopBackOff 3 84s
https://www.robustperception.io/reloading-prometheus-configuration
Activity