We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8b582a + 3e2347e commit e7e99ccCopy full SHA for e7e99cc
content/zh/docs/tasks/access-application-cluster/port-forward-access-application-cluster.md
@@ -227,13 +227,13 @@ local workstation to debug the database that is running in the pod.
227
228
与本地 7000 端口建立的连接将转发到运行 Redis 服务器的 pod 的 6379 端口。通过此连接,您可以使用本地工作站来调试在 pod 中运行的数据库。
229
230
-{{< warning >}}
231
<!--
232
Due to known limitations, port forward today only works for TCP protocol.
233
The support to UDP protocol is being tracked in
234
[issue 47862](https://github.com/kubernetes/kubernetes/issues/47862).
235
-->
236
-**警告:** 由于已知的限制,目前的端口转发仅适用于 TCP 协议。
+{{< warning >}}
+由于已知的限制,目前的端口转发仅适用于 TCP 协议。
237
在 [issue 47862](https://github.com/kubernetes/kubernetes/issues/47862) 中正在跟踪对 UDP 协议的支持。
238
{{< /warning >}}
239
0 commit comments