rancher / rio

Application Deployment Engine for Kubernetes
https://rio.io
Apache License 2.0
2.27k stars 228 forks source link

Option to use a private registry for the installation process #1015

Open rannox opened 4 years ago

rannox commented 4 years ago

Hello,

Currently the rio install command tries to fetch all the component images from different public repositories:

This won't work due to security policies in many organizations.

It would be really helpful if you could add a feature to be able to specifiy a private registry from the rio command line, where rio would look for the required images.

Example: rio install --from-registry=http://my-registry.io This would only replace the registry host. The namespace and the repository name can stay the same.

Best regards, Rannox