Skip to content

Commit 880b5ee

Browse files
authored
Merge pull request #42413 from xenolinux/3rd-party-registries
BZ2051339: Add a note regarding third party registries
2 parents b55e99d + f3256fc commit 880b5ee

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

modules/installation-about-mirror-registry.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ When you populate your mirror registry with {product-title} images, you can foll
3434

3535
For mirrored registries, to view the source of pulled images, you must review the `Trying to access` log entry in the CRI-O logs. Other methods to view the image pull source, such as using the `crictl images` command on a node, show the non-mirrored image name, even though the image is pulled from the mirrored location.
3636

37+
[NOTE]
38+
====
39+
Red Hat does not test third party registries with {product-title}.
40+
====
41+
3742
ifeval::["{context}" == "installing-mirroring-disconnected"]
3843
:!oc-mirror:
3944
endif::[]

modules/ztp-disconnected-environment-prereqs.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,8 @@ You must have a container image registry that supports link:https://docs.docker.
1414
* link:https://goharbor.io/[Harbor]
1515
1616
If you have an entitlement to Red Hat Quay, see the documentation on deploying Red Hat Quay link:https://access.redhat.com/documentation/en-us/red_hat_quay/3.5/html/deploy_red_hat_quay_for_proof-of-concept_non-production_purposes/[for proof-of-concept purposes] or link:https://access.redhat.com/documentation/en-us/red_hat_quay/3.5/html/deploy_red_hat_quay_on_openshift_with_the_quay_operator/[by using the Quay Operator]. If you need additional assistance selecting and installing a registry, contact your sales representative or Red Hat support.
17+
18+
[NOTE]
19+
====
20+
Red Hat does not test third party registries with {product-title}.
21+
====

post_installation_configuration/connected-to-disconnected.adoc

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ toc::[]
88

99

1010

11-
There might be some scenarios where you need to convert your {product-title} cluster from a connected cluster to a disconnected cluster.
11+
There might be some scenarios where you need to convert your {product-title} cluster from a connected cluster to a disconnected cluster.
1212

1313
A disconnected cluster, also known as a restricted cluster, does not have an active connection to the internet. As such, you must mirror the contents of your registries and installation media. You can create this mirror registry on a host that can access both the internet and your closed network, or copy images to a device that you can move across network boundaries.
1414

15-
This topic describes the general process for converting an existing, connected cluster into a disconnected cluster.
15+
This topic describes the general process for converting an existing, connected cluster into a disconnected cluster.
1616

17-
:FeatureName: The process for converting a cluster from connected to disconnected
17+
:FeatureName: The process for converting a cluster from connected to disconnected
1818
include::snippets/technology-preview.adoc[leveloffset=+1]
1919

2020
include::modules/installation-about-mirror-registry.adoc[leveloffset=+1]
@@ -40,9 +40,9 @@ include::modules/installation-about-mirror-registry.adoc[leveloffset=+1]
4040
+
4141
If you have an subscription to Red Hat Quay, see the documentation on deploying Red Hat Quay link:https://access.redhat.com/documentation/en-us/red_hat_quay/3.5/html/deploy_red_hat_quay_for_proof-of-concept_non-production_purposes/[for proof-of-concept purposes] or link:https://access.redhat.com/documentation/en-us/red_hat_quay/3.5/html/deploy_red_hat_quay_on_openshift_with_the_quay_operator/[by using the Quay Operator].
4242

43-
* The mirror repository must be configured to share images. For example, a Red Hat Quay repository requires link:https://access.redhat.com/documentation/en-us/red_hat_quay/3.5/html/use_red_hat_quay/user-org-intro#org-create[Organizations] in order to share images.
43+
* The mirror repository must be configured to share images. For example, a Red Hat Quay repository requires link:https://access.redhat.com/documentation/en-us/red_hat_quay/3.5/html/use_red_hat_quay/user-org-intro#org-create[Organizations] in order to share images.
4444

45-
* Access to the internet to obtain the necessary container images.
45+
* Access to the internet to obtain the necessary container images.
4646

4747
include::modules/connected-to-disconnected-prepare-mirror.adoc[leveloffset=+1]
4848
include::modules/connected-to-disconnected-mirror-images.adoc[leveloffset=+1]
@@ -63,5 +63,3 @@ The Insights Operator is degraded when the cluster loses its Internet connection
6363

6464
include::modules/connected-to-disconnected-restore-insights.adoc[leveloffset=+1]
6565
include::modules/connected-to-disconnected-restore.adoc[leveloffset=+1]
66-
67-

0 commit comments

Comments
 (0)