Skip to content

Commit ea0dcd9

Browse files
committed
优化指南
1 parent c688dc8 commit ea0dcd9

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

DEPLOYMENT_GUIDE.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ cd tools
3737

3838
## 配套 ModelEngine 安装
3939

40-
当 DataMate 需要配套 ModelEngine 安装时,必须使用以下参数
40+
当 DataMate 需要配套 ModelEngine 安装时,需使用以下参数
4141

42-
### 必需参数
42+
### 参数
4343

4444
| 参数 | 说明 | 示例 |
4545
|-------------------------------|------|------|
@@ -65,9 +65,7 @@ bash ./install.sh \
6565
```
6666

6767
当在智算中心场景安装时,需要执行如下步骤:
68-
1. 进入DataMate安装目录,执行如下命令
69-
sed -i '/{{- define "frontend.selectorLabels" -}}/a \app: {{ include "frontend.name" . }}' helm/datamate/charts/frontend/templates/_helpers.tpl
70-
2. 通过terrabase指定datamate端口号,进入terrabase安装目录执行如下命令:
68+
1. 通过terrabase指定datamate端口号,进入terrabase安装目录执行如下命令:
7169
其中ip为《ModelEngine 25.0.RC1 安装部署指南》5.4.1步骤1设置的弹性ip地址,端口为自定义的datamate访问的前端端口号,建议为ModelEngine访问的前端端口号+1
7270
```bash
7371
bash ./install.sh --install \
@@ -77,7 +75,7 @@ bash ./install.sh --install \
7775
--sc sc-system-manage \
7876
--datamate https://<ip>:<port>
7977
```
80-
3. 参考《ModelEngine 25.0.RC1 安装部署指南》5.4.1步骤4,创建用于数据使能的弹性负载均衡,其中5.4.1-表elb-service参数说明的参数“容器端口”与“服务端口”分别设置为上一步datamate访问的前端端口号和3000
78+
2. 参考《ModelEngine 25.0.RC1 安装部署指南》5.4.1步骤4,创建用于数据使能的弹性负载均衡,其中5.4.1-表elb-service参数说明的参数“容器端口”与“服务端口”分别设置为上一步datamate访问的前端端口号和3000
8179

8280
### 注意事项
8381

0 commit comments

Comments
 (0)