Document rollout GA switch

This commit is contained in:
Stefan Prodan 2018-09-23 12:47:19 +03:00
parent 9d1b4ce4d4
commit 29548dded3
1 changed files with 2 additions and 1 deletions

View File

@ -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