-
Hi, folks! I have a question. I've set rollout.yaml as follows, and I want autoPromotion to be in action as I intended.
I thought autoPromotionEnabled takes priority over pause, as indicated in this link: Link Text, Thanks for any help in advance, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
As explained in the documentation page that you linked autoPromotionEnabled is a property for Blue/Green deployments. Not canaries The canary options are here https://argo-rollouts.readthedocs.io/en/stable/features/canary/ Can you explain a bit your use case? If you want auto-promotion you should put a timeout in the pause step (e.g. 5 minutes). Now the canary stops there for ever. |
Beta Was this translation helpful? Give feedback.
We just set it with the pause step instead of autoPromotionEnabled.