Istioctl generate manifests using local container registry

Hello,

I am trying to install Istio into an insulated environment (no access to docker hub). Can “istioctl manifest generate” use an alternate image registry?
Is there any other way for using our own registry url for the images?

Thank you,
Laszlo

When you install Istio use istioctl --set hub=url:port for your private registry

1 Like

It worked. Thank you!