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

Error while Onboarding EAA Sample Application #28

Closed sushantsj closed 3 years ago

sushantsj commented 3 years ago

While Deploying Consumer and Producer Sample Application the pod is not running with error of ErrImagePull Can someone tell whats the issue

amr-mokhtar commented 3 years ago

Hi @sushantsj! This indicates that Kubernetes is unable to pull from docker hub/registry or find the docker image locally.

  1. If you are building the docker images locally, you need to build them on all the worker nodes.
  2. If you are using the OpenNESS docker registry, you should make sure that they are tagged and pushed to the local registry.
sushantsj commented 3 years ago

Thank you @amr-mokhtar the issue is resolved now