From 98dcf61fed637318ae3d5cc3239432fb25600c82 Mon Sep 17 00:00:00 2001 From: LiZhenCheng9527 Date: Mon, 2 Sep 2024 19:32:04 +0800 Subject: [PATCH 1/2] path of the file to be check by code spell Signed-off-by: LiZhenCheng9527 --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b80fef7..2739290 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,3 +19,5 @@ jobs: uses: actions/checkout@v4 - name: Codespell uses: codespell-project/actions-codespell@v2 + with: + path: content From 5df1a25adcc2fcc18f5a446cb1a2c96466401ad9 Mon Sep 17 00:00:00 2001 From: LiZhenCheng9527 Date: Mon, 2 Sep 2024 19:40:48 +0800 Subject: [PATCH 2/2] 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.