From a82524bb12d9eff490d59d3916fff98f23289d1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E7=8E=89=E5=A0=82?= Date: Sun, 13 Sep 2020 19:08:37 +0800 Subject: [PATCH 1/2] Update port-forward-access-application-cluster.md --- .../port-forward-access-application-cluster.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/zh/docs/tasks/access-application-cluster/port-forward-access-application-cluster.md b/content/zh/docs/tasks/access-application-cluster/port-forward-access-application-cluster.md index fd4904ca80..738d663bc6 100644 --- a/content/zh/docs/tasks/access-application-cluster/port-forward-access-application-cluster.md +++ b/content/zh/docs/tasks/access-application-cluster/port-forward-access-application-cluster.md @@ -227,13 +227,14 @@ local workstation to debug the database that is running in the pod. 与本地 7000 端口建立的连接将转发到运行 Redis 服务器的 pod 的 6379 端口。通过此连接,您可以使用本地工作站来调试在 pod 中运行的数据库。 -{{< warning >}} -**警告:** 由于已知的限制,目前的端口转发仅适用于 TCP 协议。 +{{< warning >}} +由于已知的限制,目前的端口转发仅适用于 TCP 协议。 在 [issue 47862](https://github.com/kubernetes/kubernetes/issues/47862) 中正在跟踪对 UDP 协议的支持。 {{< /warning >}} From 3e2347eedb27faf1d02cd5b8089fb834becd977e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E7=8E=89=E5=A0=82?= Date: Sun, 13 Sep 2020 19:31:37 +0800 Subject: [PATCH 2/2] Update port-forward-access-application-cluster.md --- .../port-forward-access-application-cluster.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/zh/docs/tasks/access-application-cluster/port-forward-access-application-cluster.md b/content/zh/docs/tasks/access-application-cluster/port-forward-access-application-cluster.md index 738d663bc6..3663e9827a 100644 --- a/content/zh/docs/tasks/access-application-cluster/port-forward-access-application-cluster.md +++ b/content/zh/docs/tasks/access-application-cluster/port-forward-access-application-cluster.md @@ -228,7 +228,6 @@ local workstation to debug the database that is running in the pod. 与本地 7000 端口建立的连接将转发到运行 Redis 服务器的 pod 的 6379 端口。通过此连接,您可以使用本地工作站来调试在 pod 中运行的数据库。