mirror of https://github.com/istio/istio.io.git
Fix TOC indent (#1483)
This commit is contained in:
parent
19caf6ef57
commit
3e887a155e
|
@ -6,7 +6,7 @@ aliases:
|
|||
- /docs/tasks/fault-injection.html
|
||||
---
|
||||
|
||||
> Note: This task uses the new [v1alpha3 traffic management API](/blog/2018/v1alpha3-routing/). The old API has been deprecated and will be removed in the next Istio release. If you need to use the old version, follow the docs [here](https://archive.istio.io/v0.7/docs/tasks/traffic-management/).
|
||||
> This task uses the new [v1alpha3 traffic management API](/blog/2018/v1alpha3-routing/). The old API has been deprecated and will be removed in the next Istio release. If you need to use the old version, follow the docs [here](https://archive.istio.io/v0.7/docs/tasks/traffic-management/).
|
||||
|
||||
This task shows how to inject delays and test the resiliency of your application.
|
||||
|
||||
|
@ -26,8 +26,6 @@ This task shows how to inject delays and test the resiliency of your application
|
|||
$ istioctl replace -f @samples/bookinfo/routing/route-rule-reviews-test-v2.yaml@
|
||||
```
|
||||
|
||||
# Fault injection
|
||||
|
||||
## Fault injection using HTTP delay
|
||||
|
||||
To test our Bookinfo application microservices for resiliency, we will _inject a 7s delay_
|
||||
|
|
Loading…
Reference in New Issue