Bluegreen rollout does not resume if autoPromotionEnabled: false
is set with autoPromotionSeconds
and previewReplicaCount
#2000
Labels
Summary
In a bluegreen rollout with
autoPromotionEnabled: false
andautoPromotionSeconds
andpreviewReplicaCount
also set, the rollout will stay paused indefinitely until it is manually promoted or any ofpreviewReplicaCount
orautoPromotionSeconds
,autoPromotionEnabled
is removed.This might be a documentation issue as it states:
autoPromotionEnabled
defaults to trueautoPromotionSeconds
is ignored ifautoPromotionEnabled
is set to trueSo it gives the impression that to use
autoPromotionSeconds
, one has to setautoPromotionEnabled: false
, otherwise it would just promote immediately without waiting. In practice,autoPromotionEnabled
must be true or unset for this to work. If not, it just never promotes.Historically, I think pre-1.0.0, it did work with
autoPromotionEnabled: false
. I'm not sure if that was ever necessary though.Diagnostics
argo-rollouts 1.0.7 and 1.2.0
These logs just keep on repeating
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.
The text was updated successfully, but these errors were encountered: