Skip to content

Commit

Permalink
Merge pull request #70 from LiZhenCheng9527/code-spell
Browse files Browse the repository at this point in the history
path of the file to be check by code spell
  • Loading branch information
kmesh-bot authored Sep 3, 2024
2 parents 34ef70e + 5df1a25 commit 2f2fcde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ jobs:
uses: actions/checkout@v4
- name: Codespell
uses: codespell-project/actions-codespell@v2
with:
path: content
2 changes: 1 addition & 1 deletion content/en/docs/userguide/try_traffic_shifting.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Confirm that roughly 90% of the traffic go to `reviews v1`
<u>reviews-v2-64776cb9bd-grnd2</u>
```

### 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.

Expand Down

0 comments on commit 2f2fcde

Please sign in to comment.