diff --git a/docs/config/config-deployment-quickstart.md b/docs/config/config-deployment-quickstart.md index 3356f8f98..b62c206a9 100644 --- a/docs/config/config-deployment-quickstart.md +++ b/docs/config/config-deployment-quickstart.md @@ -159,8 +159,6 @@ application: resourcePath: ["kustomize/base"] ``` -该项目的目录结构如下,`kustomize/base` 对应到 `kustomization.yaml` 所在的相对目录: - Its directory structure is as follows, and `kustomize/base` corresponds to the directory containing `kustomization.yaml`. ```shell diff --git a/docs/guides/develop-service-vpn.md b/docs/guides/develop-service-vpn.md index 83de8d869..4377906cd 100644 --- a/docs/guides/develop-service-vpn.md +++ b/docs/guides/develop-service-vpn.md @@ -29,10 +29,10 @@ like the picture below, at the same cluster and namespace - developer 1 intercept service 3. - developer 2 intercept service 4. -- service 3 all inbound traffic will forward to developer 1 thought pod trafficManager. -- service 4 all inbound traffic will forward to developer 2 thought pod trafficManager. -- developer 1 can access cluster another service thought pod trafficManager. -- developer 2 can access cluster another service thought pod trafficManager. +- service 3 all inbound traffic will forward to developer 1 through pod trafficManager. +- service 4 all inbound traffic will forward to developer 2 through pod trafficManager. +- developer 1 can access cluster another service through pod trafficManager. +- developer 2 can access cluster another service through pod trafficManager. - developer 1 and developer 2 can access each other with inner ip (**magic**). ![architecture](/img/vpn/vpn-replace-traffic-manager.png)