smart-edge-open / edgeapps

Applications that can be onboarded to an Intel® Smart Edge Open edge node.
Apache License 2.0
51 stars 73 forks source link

OpenVINO Consumer App 20.06 - Waiting: CrashLoopBackOff #20

Closed vaghesh closed 4 years ago

vaghesh commented 4 years ago

For OpenVINO Edgeapp, we followed the document to build the producer and consumer docker images. The build was successful. After deploying using kubectl, the openvino-cons-app is created. But it goes into CrashLoopBackOff

Logs from openvino-cons-app in openvino-cons-app


[setupvars.sh] OpenVINO environment initialized
 command-line-arguments
./openvino.go:64:9: undefined: err
./openvino.go:65:16: undefined: err
./openvino.go:70:9: undefined: err
./openvino.go:71:16: undefined: err
./start.sh: line 10: fg: no job control ```
ishanVshah commented 4 years ago

@vaghesh try with previous repository.

amr-mokhtar commented 4 years ago

Hi @vaghesh, I am replicating this issue internally. Will get back to you with a proposed fix. It sounds like a variable definition is missing.

vaghesh commented 4 years ago

@vaghesh try with previous repository.

Thank you. Previous version is working.

amr-mokhtar commented 4 years ago

This issue should have been fixed by this PR: https://github.com/open-ness/edgeapps/pull/23