Skip to content

Commit d79719b

Browse files
committed
Added page bundleing for mastering service meshes for engineers
Signed-off-by: ShashaankS <[email protected]>
1 parent 0c7a7b0 commit d79719b

File tree

26 files changed

+10
-10
lines changed

26 files changed

+10
-10
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ In this chapter we will configure circuit breaking using Istio. Circuit breaking
1616

1717
Before we can configure circuit breaking, please try to access the `product page` app from within `Meshery` to ensure all the calls are making it through **without** errors as we did in [Observability chapter](observability)
1818

19-
![invalid-kubeconfig]({{< usestatic "mastering-service-mesh/meshery_initial_load_test.webp" >}})
19+
![invalid-kubeconfig](meshery_initial_load_test.webp)
2020

2121
### Configure circuit breaking
2222

@@ -81,7 +81,7 @@ Once you have updated the fields, you now click on `Run Test`.
8181

8282
This will run the load test and show the results in a chart.
8383

84-
![invalid-kubeconfig]({{< usestatic "mastering-service-mesh/meshery_cb_load_test.webp" >}})
84+
![invalid-kubeconfig](meshery_cb_load_test.webp)
8585

8686
You should only see a percentage of the requests succeed and the rest trapped by the configured circuit breaker.
8787

0 commit comments

Comments
 (0)