Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more video demo #76

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion content/en/docs/userguide/install_waypoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,4 +186,8 @@ If you are **not** planning to explore any follow-on tasks, go on with the clean

```bash
[root@ ~]# kubectl label namespace default istio.io/dataplane-mode-
```
```

### Demo

<iframe width="1200" height="700" src="https://www.youtube.com/watch?v=GFq6wH5JR2A" frameborder="0" allowfullscreen></iframe>
3 changes: 3 additions & 0 deletions content/en/docs/userguide/try_fault_injection.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,3 +173,6 @@ kubectl delete virtualservice ratings

2. If you are not planning to explore any follow-on tasks, refer to the [Install Waypoint/Cleanup](https://kmesh.net/en/docs/userguide/install_waypoint/#cleanup) instructions to shutdown the application.

### Demo

<iframe width="1200" height="700" src="https://www.youtube.com/watch?v=GFq6wH5JR2A" frameborder="0" allowfullscreen></iframe>
6 changes: 5 additions & 1 deletion content/en/docs/userguide/try_request_timeouts.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,8 @@ If you examine the [fault injection task](https://kmesh.net/en/docs/userguide/tr
kubectl delete virtualservice reviews
kubectl delete virtualservice ratings
```
2. If you are not planning to explore any follow-on tasks, refer to the [Install Waypoint/Cleanup](https://kmesh.net/en/docs/userguide/install_waypoint/#cleanup) instructions to shutdown the application.
2. If you are not planning to explore any follow-on tasks, refer to the [Install Waypoint/Cleanup](https://kmesh.net/en/docs/userguide/install_waypoint/#cleanup) instructions to shutdown the application.

### Demo

<iframe width="1200" height="700" src="https://www.youtube.com/watch?v=GFq6wH5JR2A" frameborder="0" allowfullscreen></iframe>