Right now we’re deploying istio into an environment with no internet access.
For the images we’ve just mirrored istio into a private registry. For the deployment we have helm write to a file and manually update each image to point and our own registry. Finally this is pushed in with kubectl.
This works but it is a bit clunky. Just wondering if I’m missing anything or if it’s possible to support a private registry? I don’t see any options at https://istio.io/docs/reference/config/installation-options/