mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
Document rollout GA switch
This commit is contained in:
@@ -29,10 +29,11 @@ Rollout flow:
|
||||
* check canary HTTP success rate (halt rollout if percentage is under the specified threshold)
|
||||
* advance canary traffic wight by 10% till it reaches 100%
|
||||
* halt rollout while canary success rate is under the threshold
|
||||
* halt rollout if the GA or canary deployments becomes unhealthy
|
||||
* halt rollout if the GA or canary deployment becomes unhealthy
|
||||
* halt rollout while canary deployment is being scaled up/down by HPA
|
||||
* promote canary to GA (copy canary deployment spec template over GA)
|
||||
* wait for GA rolling update to finish
|
||||
* route all traffic to GA
|
||||
* scale to zero the canary deployment
|
||||
* mark rollout deployment as finished
|
||||
* wait for the canary deployment to be updated (revision bump) and start over
|
||||
|
||||
Reference in New Issue
Block a user