Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix mspider typos #3894

Merged
merged 1 commit into from
Feb 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/en/docs/mspider/user-guide/service-list/out-to-in.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ This page explains how external applications can access services inside the mesh

- The service __bookinfo.com__ is running in the __default__ namespace of the mesh __global-service__ .

- The mesh provides an __ingressgateway__ gateway instance.
- The mesh provides an __ingressgateway__ instance.

**Objective:** Expose the internal service __bookinfo.com__ to the outside.

1. Use URI matching to route external application access to specific pages of the __bookinfo.com__ service.

![Access Route](https://docs.daocloud.io/daocloud-docs-images/docs/en/docs/mspider/images/out-to-in01.png)

2. Click __Traffic Management__ -> __Gateway__ -> __Create__ to create a gateway rule for the Istio gateway and expose the service and ports externally.
2. Click __Traffic Management__ -> __Gateway__ -> __Create__ to create a gateway for the Istio gateway and expose the service and ports externally.

![Create Rule](https://docs.daocloud.io/daocloud-docs-images/docs/en/docs/mspider/images/out-to-in02.png)

Expand All @@ -42,7 +42,7 @@ This page explains how external applications can access services inside the mesh
- bookinfo.com
```

3. Click __OK__ to return to the gateway rule list, where you will see a successful creation message.
3. Click __OK__ to return to the gateway list, where you will see a successful creation message.

4. Click __Traffic Management__ -> __Virtual Service__ -> __Create__ to create a routing rule that routes based on the URI in the request to the specified pages.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Different service meshes require different resource usage for their components.
| --------------------------- | -------------- | ------------ | ----------- | --------- |
| mcpc-controller | 300Mi | 1000Mi | 300m | 1000m |
| reg-proxy | 200Mi | 1000Mi | 100m | 1000m |
| ckube-remote | 400Mi | 2000Mi | 200m | 500m |
| ckube-remote | 400Mi | 2000Mi | 200m | 1500m |
| hosted-apiserver.etcd | 300Mi | 1500Mi | 100m | 500m |
| hosted-apiserver.apiserver | 300Mi | 1500Mi | 400m | 2000m |
| istiod | 800Mi | 3000Mi | 600m | 3000m |
Expand Down
16 changes: 8 additions & 8 deletions docs/zh/docs/mspider/user-guide/service-list/out-to-in.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ hide:

**前置条件:**

- 服务 `bookinfo.com` 运行于网格 `global-service``default` 命名空间下
- 服务 __bookinfo.com__ 运行于网格 __global-service____default__ 命名空间下

- 网格提供 `ingressgateway` 网关实例
- 网格提供 __ingressgateway__ 网关实例

**配置目标:** 实现内部服务 `bookinfo.com` 对外暴露。
**配置目标:** 实现内部服务 __bookinfo.com__ 对外暴露。

1. 通过 URI 匹配方式,实现外部应用对服务 `bookinfo.com` 的指定页面访问路由。
1. 通过 URI 匹配方式,实现外部应用对服务 __bookinfo.com__ 的指定页面访问路由。

![访问路由](https://docs.daocloud.io/daocloud-docs-images/docs/zh/docs/mspider/images/out-to-in01.png)

2. 点击`流量治理` -> `网关规则` -> `创建`为 istio 网关创建网关规则,对外暴露服务及端口。
2. 点击 __流量治理__ -> __网关规则__ -> __创建__ 为 istio 网关创建网关规则,对外暴露服务及端口。

![创建规则](https://docs.daocloud.io/daocloud-docs-images/docs/mspider/images/out-to-in02.png)

Expand All @@ -42,9 +42,9 @@ hide:
- bookinfo.com
```

3. 点击`确定`回到网关规则列表,可见创建成功提示。
3. 点击 __确定__ 回到网关规则列表,可见创建成功提示。

4. 点击`流量治理` ->`虚拟服务` -> `创建`来创建路由规则,基于请求中的 URI 路由到指定页面。
4. 点击 __流量治理__ -> __虚拟服务__ -> __创建__ 来创建路由规则,基于请求中的 URI 路由到指定页面。

![创建路由规则](https://docs.daocloud.io/daocloud-docs-images/docs/mspider/images/out-to-in04.png)

Expand Down Expand Up @@ -77,7 +77,7 @@ hide:
number: 9080
```

5. 点击`确定`回到虚拟服务列表,可以看到创建成功的提示。
5. 点击 __确定__ 回到虚拟服务列表,可以看到创建成功的提示。

!!! info

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ hide:
| -------------------------- | -------- | -------- | -------- | -------- |
| mcpc-controller | 300Mi | 1000Mi | 300m | 1000m |
| reg-proxy | 200Mi | 1000Mi | 100m | 1000m |
| ckube-remote | 400Mi | 2000Mi | 200m | 500m |
| ckube-remote | 400Mi | 2000Mi | 200m | 1500m |
| hosted-apiserver.etcd | 300Mi | 1500Mi | 100m | 500m |
| hosted-apiserver.apiserver | 300Mi | 1500Mi | 400m | 2000m |
| istiod | 800Mi | 3000Mi | 600m | 3000m |
Expand Down
Loading