From 5df1a25adcc2fcc18f5a446cb1a2c96466401ad9 Mon Sep 17 00:00:00 2001 From: LiZhenCheng9527 Date: Mon, 2 Sep 2024 19:40:48 +0800 Subject: [PATCH] fix typo Signed-off-by: LiZhenCheng9527 --- content/en/docs/userguide/try_traffic_shifting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/userguide/try_traffic_shifting.md b/content/en/docs/userguide/try_traffic_shifting.md index 617a697..5707568 100644 --- a/content/en/docs/userguide/try_traffic_shifting.md +++ b/content/en/docs/userguide/try_traffic_shifting.md @@ -88,7 +88,7 @@ Confirm that roughly 90% of the traffic go to `reviews v1` reviews-v2-64776cb9bd-grnd2 ``` -### Understanding what happend +### Understanding what happened Because `default` namespace has been managed by Kmesh and we have deployed a waypoint proxy for service `bookinfo-reviews`, so all traffic sent to service `reviews` will be forwarded to waypoint by Kmesh. Waypoint will send 90% of requests to `reviews v1` and 10% to `reviews v2` according to the route rules we set.