Skip to content

Commit a82524b

Browse files
authored
Update port-forward-access-application-cluster.md
1 parent c8b582a commit a82524b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

content/zh/docs/tasks/access-application-cluster/port-forward-access-application-cluster.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,13 +227,14 @@ local workstation to debug the database that is running in the pod.
227227

228228
与本地 7000 端口建立的连接将转发到运行 Redis 服务器的 pod 的 6379 端口。通过此连接,您可以使用本地工作站来调试在 pod 中运行的数据库。
229229

230-
{{< warning >}}
231230
<!--
231+
{{< warning >}}
232232
Due to known limitations, port forward today only works for TCP protocol.
233233
The support to UDP protocol is being tracked in
234234
[issue 47862](https://github.com/kubernetes/kubernetes/issues/47862).
235235
-->
236-
**警告:** 由于已知的限制,目前的端口转发仅适用于 TCP 协议。
236+
{{< warning >}}
237+
由于已知的限制,目前的端口转发仅适用于 TCP 协议。
237238
[issue 47862](https://github.com/kubernetes/kubernetes/issues/47862) 中正在跟踪对 UDP 协议的支持。
238239
{{< /warning >}}
239240

0 commit comments

Comments
 (0)