open-horizon / anax

Horizon agent control system
https://open-horizon.github.io/docs/anax/docs/
Apache License 2.0
73 stars 98 forks source link

Agent-install.sh: should support image directly pull from image registry without loading from agent software package #3994

Open LiilyZhang opened 8 months ago

LiilyZhang commented 8 months ago

Currently for cluster agent installation, the script will download agent software package from CSS. Load the image and pushed to either cluster local image registry or remote image registry.

We need to support a way to avoid loading and pushing image. Instead, directly set image path in the agent deployment to a ICR where holds the agent image.