Skip to content

Commit 77768eb

Browse files
authored
[app-platform] docs: add ECE scenario installation guide (#593)
1 parent 21d700f commit 77768eb

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

docs/ME/ECE场景安装指导.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# ECE场景安装指导
2+
3+
## 安装命令
4+
5+
执行以下命令进行ECE场景安装:
6+
7+
```bash
8+
bash tools/install.sh --ns model-engine --storage-class=sc-system-manage --repo=11.11.11.11:12345/xxxxx/repo/ --repo-user=xxx
9+
```
10+
11+
## 命令参数说明
12+
13+
| 参数 | 说明 |
14+
|------|------|
15+
| ns | 指定命名空间。命名空间需要与OMS安装的命名空间一致 |
16+
| storage-class | 用于指定使用的存储类参数。保持和OMS、其他使能模块使用的一致 |
17+
| repo | 指定远程镜像仓地址。保持和OMS、其他使能模块使用的一致 |
18+
| repo-user | 指定VDC管理员镜像仓库用户名。保持和OMS、其他使能模块使用的一致 |
19+
20+
## 安装过程说明
21+
22+
执行安装命令后,系统会提示输入VDC管理员镜像仓库密码。输入正确密码后,会显示"Docker login success"提示信息,安装将继续进行。如果密码输入错误,安装将失败,此时需要重新执行安装指令,再次输入正确的密码即可。
23+
24+
## 查看安装状态
25+
26+
安装完成后,可通过以下命令查看Pod状态:
27+
28+
```bash
29+
kubectl get pods -n model-engine
30+
```
31+
32+
确保所有服务Pod状态为Running。正常情况下,应显示如下状态:
33+
34+
| NAME | READY | STATUS |
35+
|------|-------|--------|
36+
| app-engine-builder-575787b478-7llhd | 1/1 | Running |
37+
| app-engine-fit-registry-7b58c796b8-xwz57 | 1/1 | Running |
38+
| app-engine-fit-runtime-7fcd587659-n742w | 3/3 | Running |
39+
| app-engine-gateway-8574bf6985-wvqjc | 1/1 | Running |
40+
| app-engine-jade-db-578f86fd7c-gdp27 | 1/1 | Running |

0 commit comments

Comments
 (0)