mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
22 lines
1.0 KiB
Plaintext
22 lines
1.0 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * list of assemblies where this module is included
|
|
// install/installing_bare_metal/ipi/ipi-install-installation-workflow.adoc
|
|
|
|
:_mod-docs-content-type: CONCEPT
|
|
[id="ipi-install-creating-a-disconnected-registry_{context}"]
|
|
= Creating a disconnected registry
|
|
|
|
In some cases, you might want to install an {product-title} cluster using a local copy of the installation registry. This could be for enhancing network efficiency because the cluster nodes are on a network that does not have access to the internet.
|
|
|
|
A local, or mirrored, copy of the registry requires the following:
|
|
|
|
* A certificate for the registry node. This can be a self-signed certificate.
|
|
* A web server that a container on a system will serve.
|
|
* An updated pull secret that contains the certificate and local repository information.
|
|
|
|
[NOTE]
|
|
====
|
|
Creating a disconnected registry on a registry node is optional. If you need to create a disconnected registry on a registry node, you must complete all of the following sub-sections.
|
|
====
|