File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
content/zh/docs/tasks/access-application-cluster Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -227,13 +227,14 @@ local workstation to debug the database that is running in the pod.
227
227
228
228
与本地 7000 端口建立的连接将转发到运行 Redis 服务器的 pod 的 6379 端口。通过此连接,您可以使用本地工作站来调试在 pod 中运行的数据库。
229
229
230
- {{< warning >}}
231
230
<!--
231
+ {{< warning >}}
232
232
Due to known limitations, port forward today only works for TCP protocol.
233
233
The support to UDP protocol is being tracked in
234
234
[issue 47862](https://github.com/kubernetes/kubernetes/issues/47862).
235
235
-->
236
- ** 警告:** 由于已知的限制,目前的端口转发仅适用于 TCP 协议。
236
+ {{< warning >}}
237
+ 由于已知的限制,目前的端口转发仅适用于 TCP 协议。
237
238
在 [ issue 47862] ( https://github.com/kubernetes/kubernetes/issues/47862 ) 中正在跟踪对 UDP 协议的支持。
238
239
{{< /warning >}}
239
240
You can’t perform that action at this time.
0 commit comments