1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

Add prerequisite to enable ImageStream for must-gather image on restricted network

If the mirror registry is configured with trusted CA, it needs to add it to the image CA bundle in order to use the image through ImageStream.
Reference: https://bugzilla.redhat.com/show_bug.cgi?id=1889945
This commit is contained in:
Daein Park
2020-10-21 22:05:21 +09:00
committed by openshift-cherrypick-robot
parent f8eaa71303
commit 98e105bb51
8 changed files with 8 additions and 1 deletions

View File

@@ -98,3 +98,4 @@ include::modules/installation-complete-user-infra.adoc[leveloffset=+1]
.Next steps
* xref:../../installing/install_config/customizations.adoc#customizations[Customize your cluster].
* If the mirror registry that you used to install your cluster has a trusted CA, add it to the cluster by xref:../../openshift_images/image-configuration.adoc#images-configuration-cas_image-configuration[configuring additional trust stores].