Merge pull request #35592 from javadoors/patch-17

[zh-cn]Fix remove duplicate words
This commit is contained in:
Kubernetes Prow Robot 2022-07-31 21:02:28 -07:00 committed by GitHub
commit 8288c503f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ Kubernetes 应用程序通常由多个独立的服务组成,每个服务都在
-->
`telepresence` 是一个工具,用于简化本地开发和调试服务的过程,同时可以将服务代理到远程 Kubernetes 集群。
`telepresence` 允许你使用使用自定义工具(例如:调试器 和 IDE调试服务
`telepresence` 允许你使用自定义工具(例如:调试器 和 IDE调试服务
并提供对 Configmap、Secret 和远程集群上运行的服务的完全访问。
@ -106,7 +106,7 @@ Where:
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.
-->
运行此命令会告诉 Telepresence 将远程流量发送到本地服务,而不是远程 Kubernetes 集群中的服务中。
运行此命令会告诉 Telepresence 将远程流量发送到本地服务,而不是远程 Kubernetes 集群中的服务中。
在本地编辑保存服务源代码,并在访问远程应用时查看相应变更会立即生效。
还可以使用调试器或任何其他本地开发工具运行本地服务。