Skip to content

Commit

Permalink
[zh] Update local-debugging.md
Browse files Browse the repository at this point in the history
Signed-off-by: Gao Qian <gaoq.jy@fujitsu.com>
  • Loading branch information
gaogao101 committed Oct 13, 2022
1 parent dcb0471 commit 6e5517f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ When developing an application on Kubernetes, you typically program or debug a s
一种选择是使用连续部署流水线,但即使最快的部署流水线也会在程序或调试周期中引入延迟。

<!--
Use the `telepresence intercept $SERVICE_NAME --port $LOCAL_PORT:REMOTE_PORT` command to create an "intercept" for rerouting remote service traffic.
Use the `telepresence intercept $SERVICE_NAME --port $LOCAL_PORT:$REMOTE_PORT` command to create an "intercept" for rerouting remote service traffic.
Where:
Expand All @@ -94,7 +94,7 @@ Where:
- And `$REMOTE_PORT` is the port your service listens to in the cluster
-->

使用 `telepresence intercept $SERVICE_NAME --port $LOCAL_PORT:REMOTE_PORT` 命令创建一个 "拦截器" 用于重新路由远程服务流量。
使用 `telepresence intercept $SERVICE_NAME --port $LOCAL_PORT:$REMOTE_PORT` 命令创建一个 "拦截器" 用于重新路由远程服务流量。

环境变量:

Expand Down

0 comments on commit 6e5517f

Please sign in to comment.