@@ -73,6 +73,7 @@ ifeval::["{context}" == "installing-gcp-user-infra-vpc"]
7373endif::[]
7474ifeval::["{context} " == "installing-restricted-networks-gcp"]
7575:gcp:
76+ :restricted:
7677endif::[]
7778ifeval::["{context} " == "installing-restricted-networks-gcp-installer-provisioned"]
7879:gcp:
@@ -158,7 +159,7 @@ endif::rhv[]
158159
159160* Obtain the {product-title} installation program and the pull secret for your cluster.
160161ifdef::restricted[]
161- For a restricted network installation, these files are on your bastion host.
162+ For a restricted network installation, these files are on your mirror host.
162163* Have the `imageContentSources` values that were generated during mirror registry creation.
163164* Obtain the contents of the certificate for your mirror registry.
164165ifndef::aws,gcp[]
@@ -425,10 +426,10 @@ your registry:
425426+
426427[source,yaml]
427428----
428- pullSecret: '{"auths":{"<bastion_host_name >:5000": {"auth": "<credentials>","email": "[email protected] "}}}' 429+ pullSecret: '{"auths":{"<mirror_host_name >:5000": {"auth": "<credentials>","email": "[email protected] "}}}' 429430----
430431+
431- For `<bastion_host_name >`, specify the registry domain name
432+ For `<mirror_host_name >`, specify the registry domain name
432433that you specified in the certificate for your mirror registry, and for
433434`<credentials>`, specify the base64-encoded user name and password for
434435your mirror registry.
@@ -474,10 +475,10 @@ endif::gcp+restricted[]
474475----
475476imageContentSources:
476477- mirrors:
477- - <bastion_host_name >:5000/<repo_name>/release
478+ - <mirror_host_name >:5000/<repo_name>/release
478479 source: quay.example.com/openshift-release-dev/ocp-release
479480- mirrors:
480- - <bastion_host_name >:5000/<repo_name>/release
481+ - <mirror_host_name >:5000/<repo_name>/release
481482 source: registry.example.com/ocp/release
482483----
483484+
@@ -538,6 +539,10 @@ endif::[]
538539ifeval::["{context}" == "installing-gcp-user-infra-vpc"]
539540:!gcp:
540541endif::[]
542+ ifeval::["{context}" == "installing-restricted-networks-gcp"]
543+ :!gcp:
544+ :!restricted:
545+ endif::[]
541546ifeval::["{context}" == "installing-restricted-networks-gcp-installer-provisioned"]
542547:!gcp:
543548:!restricted:
0 commit comments