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
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
It worked. Thank you!