From 6a3d74c6453103a9483c98382672c363b854c03f Mon Sep 17 00:00:00 2001 From: Somtochi Onyekwere Date: Thu, 26 Aug 2021 11:16:31 +0100 Subject: [PATCH] Clarify traffic routing with kubernetes Signed-off-by: Somtochi Onyekwere --- docs/gitbook/usage/deployment-strategies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gitbook/usage/deployment-strategies.md b/docs/gitbook/usage/deployment-strategies.md index 29a33186..3cd6b83f 100644 --- a/docs/gitbook/usage/deployment-strategies.md +++ b/docs/gitbook/usage/deployment-strategies.md @@ -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