fluxcd / flagger

Progressive delivery Kubernetes operator (Canary, A/B Testing and Blue/Green deployments)
https://docs.flagger.app
Apache License 2.0
4.86k stars 726 forks source link

confirm-rollout webhook question #738

Closed huanghuangzym closed 3 years ago

huanghuangzym commented 3 years ago

why confirm-rollout do not have failed time count ? can flagger add feature ,when confirm-rollout failed many times , flagger can roll out to old deployment version?

spec: analysis: interval: 10s maxWeight: 100 metrics:

i think the approve gate is only stop it ,but can not roll out to old version ? user real need is roll out ?

stefanprodan commented 3 years ago

Manual rollback is possible with a dedicated webhook, see docs: https://docs.flagger.app/usage/webhooks#manual-gating