Update port-forward-access-application-cluster.md

This commit is contained in:
白玉堂 2020-09-13 19:08:37 +08:00 committed by GitHub
parent c8b582ac2d
commit a82524bb12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -227,13 +227,14 @@ local workstation to debug the database that is running in the pod.
与本地 7000 端口建立的连接将转发到运行 Redis 服务器的 pod 的 6379 端口。通过此连接,您可以使用本地工作站来调试在 pod 中运行的数据库。
{{< warning >}}
<!--
{{< warning >}}
Due to known limitations, port forward today only works for TCP protocol.
The support to UDP protocol is being tracked in
[issue 47862](https://github.com/kubernetes/kubernetes/issues/47862).
-->
**警告:** 由于已知的限制,目前的端口转发仅适用于 TCP 协议。
{{< warning >}}
由于已知的限制,目前的端口转发仅适用于 TCP 协议。
在 [issue 47862](https://github.com/kubernetes/kubernetes/issues/47862) 中正在跟踪对 UDP 协议的支持。
{{< /warning >}}