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
* If you have already prepared a mirror registry for xref:../../installing/disconnected_install/installing-mirroring-installation-images.adoc#prerequisites_installing-mirroring-installation-images[Mirroring images for a disconnected installation], you can skip directly to xref:../../installing/installing_bare_metal_ipi/ipi-install-installation-workflow.adoc#ipi-modify-install-config-for-a-disconnected-registry_ipi-install-installation-workflow[Modify the install-config.yaml file to use the disconnected registry].
Copy file name to clipboardExpand all lines: modules/installation-bare-metal-config-yaml.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -303,7 +303,7 @@ ifdef::openshift-origin[]
303
303
endif::openshift-origin[]
304
304
endif::ibm-z,ibm-z-kvm[]
305
305
ifdef::ibm-z,ibm-z-kvm[]
306
-
<14> Add the `additionalTrustBundle` parameter and value. The value must be the contents of the certificate file that you used for your mirror registry, which can be an existing, trusted certificate authority or the self-signed certificate that you generated for the mirror registry.
306
+
<14> Add the `additionalTrustBundle` parameter and value. The value must be the contents of the certificate file that you used for your mirror registry. The certificate file can be an existing, trusted certificate authority or the self-signed certificate that you generated for the mirror registry.
307
307
endif::ibm-z,ibm-z-kvm[]
308
308
ifndef::openshift-origin[]
309
309
<15> Provide the `imageContentSources` section from the output of the command to mirror the repository.
Copy file name to clipboardExpand all lines: modules/installation-generate-aws-user-infra-install-config.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ This field is optional.
68
68
endif::[]
69
69
70
70
ifdef::restricted[]
71
-
. Edit the `install-config.yaml` file to provide the additional information that
71
+
. Edit the `install-config.yaml` file to give the additional information that
72
72
is required for an installation in a restricted network.
73
73
.. Update the `pullSecret` value to contain the authentication information for
74
74
your registry:
@@ -82,7 +82,7 @@ For `<local_registry>`, specify the registry domain name, and optionally the
82
82
port, that your mirror registry uses to serve content. For example
83
83
`registry.example.com` or `registry.example.com:5000`. For `<credentials>`,
84
84
specify the base64-encoded user name and password for your mirror registry.
85
-
.. Add the `additionalTrustBundle` parameter and value. The value must be the contents of the certificate file that you used for your mirror registry, which can be an existing, trusted certificate authority or the self-signed certificate that you generated for the mirror registry.
85
+
.. Add the `additionalTrustBundle` parameter and value. The value must be the contents of the certificate file that you used for your mirror registry. The certificate file can be an existing, trusted certificate authority or the self-signed certificate that you generated for the mirror registry.
Copy file name to clipboardExpand all lines: modules/installation-initializing.adoc
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -485,7 +485,7 @@ platform:
485
485
----
486
486
endif::vsphere+restricted[]
487
487
ifdef::restricted[]
488
-
. Edit the `install-config.yaml` file to provide the additional information that
488
+
. Edit the `install-config.yaml` file to give the additional information that
489
489
is required for an installation in a restricted network.
490
490
.. Update the `pullSecret` value to contain the authentication information for
491
491
your registry:
@@ -509,7 +509,7 @@ additionalTrustBundle: |
509
509
-----END CERTIFICATE-----
510
510
----
511
511
+
512
-
The value must be the contents of the certificate file that you used for your mirror registry, which can be an existing, trusted certificate authority or the self-signed certificate that you generated for the mirror registry.
512
+
The value must be the contents of the certificate file that you used for your mirror registry. The certificate file can be an existing, trusted certificate authority, or the self-signed certificate that you generated for the mirror registry.
513
513
514
514
ifdef::aws+restricted[]
515
515
.. Define the subnets for the VPC to install the cluster in:
For `platform.gcp.network`, specify the name for the existing Google VPC. For `platform.gcp.controlPlaneSubnet` and `platform.gcp.computeSubnet`, specify the existing subnets to deploy the control plane machines and compute machines, respectively.
536
536
endif::gcp+restricted[]
537
537
538
-
.. Add the image content resources, which look like this excerpt:
538
+
.. Add the image content resources, which resemble the following YAML excerpt:
539
539
+
540
540
[source,yaml]
541
541
----
@@ -548,7 +548,7 @@ imageContentSources:
548
548
source: registry.example.com/ocp/release
549
549
----
550
550
+
551
-
To complete these values, use the `imageContentSources` that you recorded during mirror registry creation.
551
+
For these values, use the `imageContentSources` that you recorded during mirror registry creation.
552
552
553
553
. Make any other modifications to the `install-config.yaml` file that you require. You can find more information about
554
554
the available parameters in the *Installation configuration parameters* section.
0 commit comments