Skip to content

Commit 33d5dd7

Browse files
authored
Merge pull request #65969 from stevsmit/OCPBUGS-19915
Updates OMR intro to include a limitations section
2 parents f8f64ed + 3f6f770 commit 33d5dd7

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

_attributes/common-attributes.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ endif::[]
160160
:linuxoneProductName: IBM(R) LinuxONE
161161
// Red Hat Quay Container Security Operator
162162
:rhq-cso: Red Hat Quay Container Security Operator
163+
// Red Hat Quay
164+
:quay: Red Hat Quay
163165
:sno: single-node OpenShift
164166
:sno-caps: Single-node OpenShift
165167
//TALO and Redfish events Operators

modules/mirror-registry-introduction.adoc

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,21 @@ The _mirror registry for Red Hat OpenShift_ allows users to install a small-scal
1111

1212
The _mirror registry for Red Hat OpenShift_ provides a pre-determined network configuration and reports deployed component credentials and access URLs upon success. A limited set of optional configuration inputs like fully qualified domain name (FQDN) services, superuser name and password, and custom TLS certificates are also provided. This provides users with a container registry so that they can easily create an offline mirror of all {product-title} release content when running {product-title} in restricted network environments.
1313

14-
The _mirror registry for Red Hat OpenShift_ is limited to hosting images that are required to install a disconnected {product-title} cluster, such as Release images or Red Hat Operator images. It uses local storage on your {op-system-base-full} machine, and storage supported by {op-system-base} is supported by the _mirror registry for Red Hat OpenShift_. Content built by customers should not be hosted by the _mirror registry for Red Hat OpenShift_.
14+
Use of the _mirror registry for Red Hat OpenShift_ is optional if another container registry is already available in the install environment.
1515

16-
Unlike Red Hat Quay, the _mirror registry for Red Hat OpenShift_ is not a highly-available registry and only local file system storage is supported. Using the _mirror registry for Red Hat OpenShift_ with more than one cluster is discouraged, because multiple clusters can create a single point of failure when updating your cluster fleet. It is advised to leverage the _mirror registry for Red Hat OpenShift_ to install a cluster that can host a production-grade, highly-available registry such as Red Hat Quay, which can serve {product-title} content to other clusters.
16+
[id="mirror-registry-limitations_{context}"]
17+
== Mirror registry for Red Hat OpenShift limitations
1718

18-
Use of the _mirror registry for Red Hat OpenShift_ is optional if another container registry is already available in the install environment.
19+
The following limitations apply to the _mirror registry for Red Hat OpenShift_:
20+
21+
* The _mirror registry for Red Hat OpenShift_ is not a highly-available registry and only local file system storage is supported. It is not intended to replace {quay} or the internal image registry for {product-title}.
22+
23+
* The _mirror registry for Red Hat OpenShift_ is only supported for hosting images that are required to install a disconnected {product-title} cluster, such as Release images or Red Hat Operator images. It uses local storage on your {op-system-base-full} machine, and storage supported by {op-system-base} is supported by the _mirror registry for Red Hat OpenShift_.
24+
25+
* Support for Red Hat product images that are pushed to the _mirror registry for Red Hat OpenShift_ for bootstrapping purposes are covered by valid subscriptions for each respective product. A list of exceptions to further enable the bootstrap experience can be found on the link:https://www.redhat.com/en/resources/self-managed-openshift-sizing-subscription-guide[Self-managed Red Hat OpenShift sizing and subscription guide].
26+
27+
* Images that are not intended for bootstrapping are not supported by the _mirror registry for Red Hat OpenShift_.
28+
29+
* Content built by customers should not be hosted by the _mirror registry for Red Hat OpenShift_.
30+
31+
* Using the _mirror registry for Red Hat OpenShift_ with more than one cluster is discouraged because multiple clusters can create a single point of failure when updating your cluster fleet. It is advised to leverage the _mirror registry for Red Hat OpenShift_ to install a cluster that can host a production-grade, highly-available registry such as {quay}, which can serve {product-title} content to other clusters.

0 commit comments

Comments
 (0)