Skip to content

Commit

Permalink
Update try_fault_injection.md
Browse files Browse the repository at this point in the history
Signed-off-by: noobwei <[email protected]>
  • Loading branch information
noobwei committed Sep 5, 2024
1 parent b26b215 commit 48ad76c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions content/en/docs/userguide/try_fault_injection.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,15 @@ type: docs

### Preparation

- Set up application, refer preparation [Try Waypoint | Kmesh](https://kmesh.net/en/docs/userguide/try_waypoint/#preparation)
1. Make default namespace managed by Kmesh

- Apply application version routing by either performing the [request routing task or by running the following commands:
2. Deploy bookinfo as sample application and sleep as curl client

3. Install service granularity waypoint for reviews service

*The above steps could refer to [Install Waypoint | Kmesh](https://kmesh.net/en/docs/userguide/install_waypoint/#preparation)*

4. Apply application version routing by running the following commands:

```bash
kubectl apply -f https://raw.githubusercontent.com/istio/istio/release-1.21/samples/bookinfo/networking/virtual-service-all-v1.yaml
Expand Down

0 comments on commit 48ad76c

Please sign in to comment.