You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just wanted to ask if it would be possible to get insight on how to point the openshift-install cli to use the locally cached .iso image when running
./openshift-install agent create image --dir=.
We basically need to be able to run this command within an air gapped env that has absolutely no access to the internet. We would have the rhcos iso downloaded prior and moved to the private network where we would configure the install-configs from there.
There is no way around this.
The text was updated successfully, but these errors were encountered:
@sycbarry The agent installer will actually use the information in your install-config.yaml to extract the base ISO from the container images that are mirrored into your air-gapped/offline environment. The docs do not really cover this at all.
in the install-config.yaml you'll have something like this:
Added comment: This is really a missing component of the agent installer docs. I've submitted a JIRA to the openshift docs team to address this missing information.
Hi!
I just wanted to ask if it would be possible to get insight on how to point the openshift-install cli to use the locally cached .iso image when running
./openshift-install agent create image --dir=.
We basically need to be able to run this command within an air gapped env that has absolutely no access to the internet. We would have the rhcos iso downloaded prior and moved to the private network where we would configure the install-configs from there.
There is no way around this.
The text was updated successfully, but these errors were encountered: