Skip to content

Commit 8288c50

Browse files
authored
Merge pull request #35592 from javadoors/patch-17
[zh-cn]Fix remove duplicate words
2 parents 9d70250 + 1741357 commit 8288c50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/zh-cn/docs/tasks/debug/debug-cluster/local-debugging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Kubernetes 应用程序通常由多个独立的服务组成,每个服务都在
2626
-->
2727

2828
`telepresence` 是一个工具,用于简化本地开发和调试服务的过程,同时可以将服务代理到远程 Kubernetes 集群。
29-
`telepresence` 允许你使用使用自定义工具(例如:调试器 和 IDE)调试服务,
29+
`telepresence` 允许你使用自定义工具(例如:调试器 和 IDE)调试服务,
3030
并提供对 Configmap、Secret 和远程集群上运行的服务的完全访问。
3131

3232

@@ -106,7 +106,7 @@ Where:
106106
Running this command tells Telepresence to send remote traffic to your local service instead of the service in the remote Kubernetes cluster. Make edits to your service source code locally, save, and see the corresponding changes when accessing your remote application take effect immediately. You can also run your local service using a debugger or any other local development tool.
107107
-->
108108

109-
运行此命令会告诉 Telepresence 将远程流量发送到的本地服务,而不是远程 Kubernetes 集群中的服务中。
109+
运行此命令会告诉 Telepresence 将远程流量发送到本地服务,而不是远程 Kubernetes 集群中的服务中。
110110
在本地编辑保存服务源代码,并在访问远程应用时查看相应变更会立即生效。
111111
还可以使用调试器或任何其他本地开发工具运行本地服务。
112112

0 commit comments

Comments
 (0)