-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disconnected cluster installation to use external registry #268
Comments
the release_image_override can be used to point to external registry user want to use, and add the registry access token to pull-secret file. |
@sydefree @schabrolles : Does this work for you? |
Here is my take on using
The main point above is adding the details in install-config which the user cannot customize during installation. So my suggestion would be to make changes in Terraform code and use variables with registry details. If the user is providing these values then don't setup the registry on bastion (helpernode playbooks) but set the |
Globally agree with this approach @yussufsh I don't think we need the user can also provide the path of the |
There are some customers who would prefer to mirror the OpenShift image once into their enterprise registry, and then re-use that registry for installation of multiple disconnected clusters.
For this purpose, there is an urgent request to update the automation to use an external registry instead of mirroring the images to the bastion node.
The text was updated successfully, but these errors were encountered: