stakater / Reloader

A Kubernetes controller to watch changes in ConfigMap and Secrets and do rolling upgrades on Pods with their associated Deployment, StatefulSet, DaemonSet and DeploymentConfig – [✩Star] if you're using it!

Home Page:https://docs.stakater.com/reloader/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[QUESTION] - Possible to set rollout order ?

saymonaraujo opened this issue · comments

Hello,

It's possible to set an order to the rollout of the pods ?

If I have two or more deployments that have the annotation:

configmap.reloader.stakater.com/reload: "some-configmap"

But I need that the deployment foo end the rollout before the deployment bar start the rollout. It is this possible ?

It is technically possible but Reloader does not support it at the moment