diff --git a/modules/installation-initializing.adoc b/modules/installation-initializing.adoc index 5c19d7888d3c..e9f465a9ffa7 100644 --- a/modules/installation-initializing.adoc +++ b/modules/installation-initializing.adoc @@ -73,6 +73,7 @@ ifeval::["{context}" == "installing-gcp-user-infra-vpc"] endif::[] ifeval::["{context}" == "installing-restricted-networks-gcp"] :gcp: +:restricted: endif::[] ifeval::["{context}" == "installing-restricted-networks-gcp-installer-provisioned"] :gcp: @@ -158,7 +159,7 @@ endif::rhv[] * Obtain the {product-title} installation program and the pull secret for your cluster. ifdef::restricted[] -For a restricted network installation, these files are on your bastion host. +For a restricted network installation, these files are on your mirror host. * Have the `imageContentSources` values that were generated during mirror registry creation. * Obtain the contents of the certificate for your mirror registry. ifndef::aws,gcp[] @@ -425,10 +426,10 @@ your registry: + [source,yaml] ---- -pullSecret: '{"auths":{":5000": {"auth": "","email": "you@example.com"}}}' +pullSecret: '{"auths":{":5000": {"auth": "","email": "you@example.com"}}}' ---- + -For ``, specify the registry domain name +For ``, specify the registry domain name that you specified in the certificate for your mirror registry, and for ``, specify the base64-encoded user name and password for your mirror registry. @@ -474,10 +475,10 @@ endif::gcp+restricted[] ---- imageContentSources: - mirrors: - - :5000//release + - :5000//release source: quay.example.com/openshift-release-dev/ocp-release - mirrors: - - :5000//release + - :5000//release source: registry.example.com/ocp/release ---- + @@ -538,6 +539,10 @@ endif::[] ifeval::["{context}" == "installing-gcp-user-infra-vpc"] :!gcp: endif::[] +ifeval::["{context}" == "installing-restricted-networks-gcp"] +:!gcp: +:!restricted: +endif::[] ifeval::["{context}" == "installing-restricted-networks-gcp-installer-provisioned"] :!gcp: :!restricted: