Merge pull request #987 from SomtochiAma/k8s-provider-docs

Clarify that traffic routing with doesn't happen kubernetes blue/green deployment
This commit is contained in:
Stefan Prodan
2021-08-27 09:37:36 +03:00
committed by GitHub
+1 -1
View File
@@ -326,7 +326,7 @@ Blue/Green rollout steps for service mesh:
* run conformance tests for the canary pods
* run load tests and metric checks for the canary pods every minute
* abort the canary release if the failure threshold is reached
* route traffic to canary
* route traffic to canary (This doesn't happen when using the kubernetes provider)
* promote canary spec over primary (blue)
* wait for primary rollout
* route traffic to primary