Skip to content

Commit 788a598

Browse files
committed
Fix image captions using Img shortcode, removed whitespace for linting
1 parent 2d857ec commit 788a598

File tree

3 files changed

+6
-7
lines changed
  • content
    • en/docs/ops/deployment/performance-and-scalability
    • uk/docs/ops/deployment/performance-and-scalability
    • zh/docs/ops/deployment/performance-and-scalability

3 files changed

+6
-7
lines changed

content/en/docs/ops/deployment/performance-and-scalability/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,9 @@ We obtained these results using the [Istio benchmarks](https://github.com/istio/
111111
Note: This testing was performed on the [CNCF Community Infrastructure Lab](https://github.com/cncf/cluster).
112112
Different hardware will give different values.
113113

114-
{{< figure src="istio-1.24.0-fortio-90.png" caption="P90 latency vs client connections" width="90%" >}}
115-
116-
{{< figure src="istio-1.24.0-fortio-99.png" caption="P99 latency vs client connections" width="90%" >}}
114+
{{< image link="./istio-1.24.0-fortio-90.png" caption="P90 latency vs client connections" width="90%" >}}
117115

116+
{{< image link="./istio-1.24.0-fortio-99.png" caption="P99 latency vs client connections" width="90%" >}}
118117

119118
- `no mesh`: Client pod directly calls the server pod, no pods in Istio service mesh.
120119
- `ambient: L4`: Default ambient mode with the {{< gloss >}}secure L4 overlay{{< /gloss >}}

content/uk/docs/ops/deployment/performance-and-scalability/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ Istiod налаштовує sidecar проксі на основі конфіг
8585

8686
Примітка: Це тестування було виконано у [CNCF Community Infrastructure Lab](https://github.com/cncf/cluster). Різне апаратне забезпечення може давати різні значення.
8787

88-
{{< figure src="istio-1.24.0-fortio-90.png" caption="Затримка P90 для клієнтських підключень" width="90%" >}}
88+
{{< image link="./istio-1.24.0-fortio-90.png" caption="Затримка P90 для клієнтських підключень" width="90%" >}}
8989

90-
{{< figure src="istio-1.24.0-fortio-99.png" caption="Затримка P99 для клієнтських підключень" width="90%" >}}
90+
{{< image link="./istio-1.24.0-fortio-99.png" caption="Затримка P99 для клієнтських підключень" width="90%" >}}
9191

9292
- `no mesh`: Клієнтський pod напряму викликає серверний pod, жодних podʼів у сервісній мережі Istio.
9393
- `ambient: L4`: Стандартний режим оточення з {{< gloss "Захищений L4 Overlay" >}}захищеним L4 Overlay{{< /gloss >}}

content/zh/docs/ops/deployment/performance-and-scalability/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ http/1.1 请求的 P90 和 P99 延迟。为了运行测试,
106106
注意:此测试是在 [CNCF 社区基础设施实验室](https://github.com/cncf/cluster)中进行的。
107107
不同的硬件会给出不同的值。
108108

109-
{{< figure src="istio-1.24.0-fortio-90.png" caption="P90 延迟 vs 客户端连接" width="90%" >}}
109+
{{< image link="./istio-1.24.0-fortio-90.png" caption="P90 延迟 vs 客户端连接" width="90%" >}}
110110

111-
{{< figure src="istio-1.24.0-fortio-99.png" caption="P99 延迟 vs 客户端连接" width="90%" >}}
111+
{{< image link="./istio-1.24.0-fortio-99.png" caption="P99 延迟 vs 客户端连接" width="90%" >}}
112112

113113
- `no mesh`:客户端 Pod 直接调用服务器 Pod,Pod 不在 Istio 服务网格中。
114114
- `ambient: L4`:带有{{{{< gloss "Secure L4 Overlay" >}}安全 L4 覆盖{{< /gloss >}}的默认 Ambient 模式。

0 commit comments

Comments
 (0)