Skip to content

Commit 2021a7d

Browse files
updated docs for multi-instance helm
1 parent e9546ca commit 2021a7d

File tree

4 files changed

+1145
-1133
lines changed

4 files changed

+1145
-1133
lines changed

manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/pallet-defect-detection/get-started/deploy-multiple-instances-with-helm.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
-------------------------------------------
127127
Environment variables loaded from /home/intel/IRD/edge-ai-suites/manufacturing-ai-suite/industrial-edge-insights-vision/helm/temp_apps/pallet-defect-detection/pdd1/.env
128128
Running sample app: pallet-defect-detection
129-
Using Helm deployment - curl commands will use: 10.223.23.150:30443
129+
Using Helm deployment - curl commands will use: <HOST_IP>:<NGINX_HTTPS_PORT>
130130
Checking status of dlstreamer-pipeline-server...
131131
Server reachable. HTTP Status Code: 200
132132
Getting list of loaded pipelines...
@@ -150,7 +150,7 @@
150150
-------------------------------------------
151151
Environment variables loaded from /home/intel/IRD/edge-ai-suites/manufacturing-ai-suite/industrial-edge-insights-vision/helm/temp_apps/pallet-defect-detection/pdd2/.env
152152
Running sample app: pallet-defect-detection
153-
Using Helm deployment - curl commands will use: 10.223.23.150:30444
153+
Using Helm deployment - curl commands will use: <HOST_IP>:<NGINX_HTTPS_PORT>
154154
Checking status of dlstreamer-pipeline-server...
155155
Server reachable. HTTP Status Code: 200
156156
Getting list of loaded pipelines...
@@ -174,7 +174,7 @@
174174
-------------------------------------------
175175
Environment variables loaded from /home/intel/IRD/edge-ai-suites/manufacturing-ai-suite/industrial-edge-insights-vision/helm/temp_apps/weld-porosity/weld1/.env
176176
Running sample app: weld-porosity
177-
Using Helm deployment - curl commands will use: 10.223.23.150:30445
177+
Using Helm deployment - curl commands will use: <HOST_IP>:<NGINX_HTTPS_PORT>
178178
Checking status of dlstreamer-pipeline-server...
179179
Server reachable. HTTP Status Code: 200
180180
Getting list of loaded pipelines...
@@ -307,7 +307,7 @@
307307
2. Start the pipeline for <INSTANCE_NAME>:
308308
309309
```bash
310-
./sample_start.sh -i <INSTANCE_NAME> -p <PIPELINE_NAME>
310+
./sample_start.sh helm -i <INSTANCE_NAME> -p <PIPELINE_NAME>
311311
```
312312
313313
Output:
@@ -343,7 +343,7 @@
343343
1. Fetch the list of pipeline for <INSTANCE_NAME>:
344344
345345
```bash
346-
./sample_list.sh -i <INSTANCE_NAME>
346+
./sample_list.sh helm -i <INSTANCE_NAME>
347347
```
348348
349349
Example Output:
@@ -375,15 +375,15 @@
375375
376376
```text
377377
Instance name set to: pdd1
378-
Custom payload file set to: custom_payload_corrected.json
378+
Custom payload file set to: custom_payload.json
379379
Starting specified pipeline(s)...
380380
Found SAMPLE_APP: pallet-defect-detection for INSTANCE_NAME: pdd1
381381
Environment variables loaded from /home/intel/IRD/edge-ai-suites/manufacturing-ai-suite/industrial-edge-insights-vision/helm/temp_apps/pallet-defect-detection/pdd1/.env
382382
Running sample app: pallet-defect-detection
383383
Using Helm deployment - curl commands will use: <HOST_IP>:<NGINX_HTTPS_PORT>
384384
Checking status of dlstreamer-pipeline-server...
385385
Server reachable. HTTP Status Code: 200
386-
Loading payload from custom_payload_corrected.json
386+
Loading payload from custom_payload.json
387387
Payload loaded successfully.
388388
Starting pipeline: pallet_defect_detection_gpu
389389
Launching pipeline: pallet_defect_detection_gpu

0 commit comments

Comments
 (0)