Skip to content

Commit add01a8

Browse files
sbegin0craigbox
andauthored
Fix image captions using Hugo figure shortcode (#16352)
* Fix image captions using Hugo figure shortcode * Update content/en/docs/ops/deployment/performance-and-scalability/index.md Co-authored-by: Craig Box <[email protected]> * Fix image captions using Img shortcode, removed whitespace for linting --------- Co-authored-by: Craig Box <[email protected]>
1 parent 43b2ba6 commit add01a8

File tree

3 files changed

+9
-36
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

+9
-36
lines changed

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

+3-12
Original file line numberDiff line numberDiff line change
@@ -111,18 +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-
<img width="90%" style="display: block; margin: auto;"
115-
src="istio-1.24.0-fortio-90.png"
116-
alt="P90 latency vs client connections"
117-
caption="P90 latency vs client connections"
118-
/>
119-
<br><br>
120-
<img width="90%" style="display: block; margin: auto;"
121-
src="istio-1.24.0-fortio-99.png"
122-
alt="P99 latency vs client connections"
123-
caption="P99 latency vs client connections"
124-
/>
125-
<br>
114+
{{< image link="./istio-1.24.0-fortio-90.png" caption="P90 latency vs client connections" width="90%" >}}
115+
116+
{{< image link="./istio-1.24.0-fortio-99.png" caption="P99 latency vs client connections" width="90%" >}}
126117

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

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

+3-12
Original file line numberDiff line numberDiff line change
@@ -85,18 +85,9 @@ Istiod налаштовує sidecar проксі на основі конфіг
8585

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

88-
<img width="90%" style="display: block; margin: auto;"
89-
src="istio-1.24.0-fortio-90.png"
90-
alt="Затримка P90 для клієнтських підключень"
91-
caption="Затримка P90 для клієнтських підключень"
92-
/>
93-
<br><br>
94-
<img width="90%" style="display: block; margin: auto;"
95-
src="istio-1.24.0-fortio-99.png"
96-
alt="Затримка P99 для клієнтських підключень"
97-
caption="Затримка P99 для клієнтських підключень"
98-
/>
99-
<br>
88+
{{< image link="./istio-1.24.0-fortio-90.png" caption="Затримка P90 для клієнтських підключень" width="90%" >}}
89+
90+
{{< image link="./istio-1.24.0-fortio-99.png" caption="Затримка P99 для клієнтських підключень" width="90%" >}}
10091

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

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

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

109-
<img width="90%" style="display: block; margin: auto;"
110-
src="istio-1.24.0-fortio-90.png"
111-
alt="P90 延迟 vs 客户端连接"
112-
caption="P90 延迟 vs 客户端连接"
113-
/>
114-
<br><br>
115-
<img width="90%" style="display: block; margin: auto;"
116-
src="istio-1.24.0-fortio-99.png"
117-
alt="P99 延迟 vs 客户端连接"
118-
caption="P99 延迟 vs 客户端连接"
119-
/>
120-
<br>
109+
{{< image link="./istio-1.24.0-fortio-90.png" caption="P90 延迟 vs 客户端连接" width="90%" >}}
110+
111+
{{< image link="./istio-1.24.0-fortio-99.png" caption="P99 延迟 vs 客户端连接" width="90%" >}}
121112

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

0 commit comments

Comments
 (0)