Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Setting variables to use a remote image registry

Set USE_EDGE_CLUSTER_REGISTRY environment variable to false to instruct agent-install.sh script to use remote image registry. The following environment variables need to be set if use remote image registry:

export USE_EDGE_CLUSTER_REGISTRY=false
export EDGE_CLUSTER_REGISTRY_USERNAME=<remote-image-registry-username>
export EDGE_CLUSTER_REGISTRY_TOKEN=<remote-image-registry-password>
export IMAGE_ON_EDGE_CLUSTER_REGISTRY=<remote-image-registry-host>/<repository-name>/amd64_anax_k8s

Or for s390x architecture:

export IMAGE_ON_EDGE_CLUSTER_REGISTRY=<remote-image-registry-host>/<repository-name>/s390x_anax_k8s

What’s next