File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff 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
7371bash ./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
You can’t perform that action at this time.
0 commit comments