0686d516c6b39ca356fbdab33e179b1ed21419af
sidecar.md
| ... | ... | @@ -59,4 +59,51 @@ stop |
| 59 | 59 | |
| 60 | 60 | |
| 61 | 61 | ``` |
| 62 | -</details> |
|
| ... | ... | \ No newline at end of file |
| 0 | +</details> |
|
| 1 | + |
|
| 2 | +#### 2,启动后执行 |
|
| 3 | + |
|
| 4 | +sidecar启动后会立刻周期性检测与其绑定的引擎容器是否启动成功,如果启动成功则调用安装app的接口。 |
|
| 5 | + |
|
| 6 | + |
|
| 7 | +比如对于独立安装的sie-iidp-monitor的安装相关信息: |
|
| 8 | + |
|
| 9 | +```json |
|
| 10 | + |
|
| 11 | +{ |
|
| 12 | + "app": "excel", |
|
| 13 | + "replicas": 1, |
|
| 14 | + "kind": "unStateful", |
|
| 15 | + "readyReplicas": 1, |
|
| 16 | + "svcName": "sie-iidp-monitor", |
|
| 17 | + "dependencies": [ |
|
| 18 | + |
|
| 19 | + ], |
|
| 20 | + "extend": [ |
|
| 21 | + |
|
| 22 | + ], |
|
| 23 | + "caller": "install", |
|
| 24 | + "createTime": 1733469256223, |
|
| 25 | + "ids": [ |
|
| 26 | + "04cinh2hf6d3s", |
|
| 27 | + "04cpb3w4s8afm", |
|
| 28 | + "04ernw6s9r0sm" |
|
| 29 | + ], |
|
| 30 | + "tag": "master", |
|
| 31 | + "apps": [ |
|
| 32 | + { |
|
| 33 | + "name": "sie-iidp-monitor", |
|
| 34 | + "id": "04cinh2hf6d3s" |
|
| 35 | + }, |
|
| 36 | + { |
|
| 37 | + "name": "oppmApp", |
|
| 38 | + "id": "04cpb3w4s8afm" |
|
| 39 | + }, |
|
| 40 | + { |
|
| 41 | + "name": "excel", |
|
| 42 | + "id": "04ernw6s9r0sm" |
|
| 43 | + } |
|
| 44 | + ] |
|
| 45 | +} |
|
| 46 | + |
|
| 47 | +``` |
|
| ... | ... | \ No newline at end of file |