You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: telco-hub/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Telco Hub Cluster Setup
2
2
3
3
The goal of this document is to provide a step-by-step guide on how to install and configure a Hub cluster that follows the
4
-
specifications and recommendations of the [Telco Hub Cluster RDS](https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/scalability_and_performance/telco-hub-ref-design-specs). Starting from a basic OpenShift cluster,
4
+
specifications and recommendations of the [Telco Hub Cluster RDS](https://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html/scalability_and_performance/telco-hub-ref-design-specs). Starting from a basic OpenShift cluster,
5
5
the different operators that make up a Hub cluster will be installed, all in a disconnected environment.
6
6
7
7
The Yaml manifests used to install the OpenShift cluster and the required mirror registry can be found in the [install](install) folder
@@ -25,7 +25,7 @@ is acceptable as long as they reach the same end result. The instructions below
25
25
The instructions that follow consider a partially-disconnected environment. In this kind of environment there is a host that has
26
26
Internet connectivity but the OCP nodes of the Hub cluster are disconnected. This scenario has the advantage that it allows to create and
27
27
populate the mirror registry directly using the public repositories while proceeding with the Hub cluster installation as if it was fully-disconnected.
28
-
For a fully disconnected environment a few additional step are required (see [Mirroring an image set in a fully disconnected environment](https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html-single/disconnected_environments/index#mirroring-image-set-full)).
28
+
For a fully disconnected environment a few additional step are required (see [Mirroring an image set in a fully disconnected environment](https://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html-single/disconnected_environments/index#mirroring-image-set-full)).
Copy file name to clipboardExpand all lines: telco-hub/install/mirror-registry/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,12 @@ In order to create a mirror registry follow the steps below:
6
6
2.[Generate the SSL/TLS certificates](https://docs.redhat.com/en/documentation/red_hat_quay/3/html/proof_of_concept_-_deploying_red_hat_quay/advanced-quay-poc-deployment).
7
7
3. Create the mirror registry with the following command:
4.[Install the oc-mirror plugin](https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html-single/disconnected_environments/index#installation-oc-mirror-installing-plugin_about-installing-oc-mirror-v2).
10
-
5.[Configure the pull-secret to contain the mirror registry credentials](https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html-single/disconnected_environments/index#installation-adding-registry-pull-secret_about-installing-oc-mirror-v2).
9
+
4.[Install the oc-mirror plugin](https://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html-single/disconnected_environments/index#installation-oc-mirror-installing-plugin_about-installing-oc-mirror-v2).
10
+
5.[Configure the pull-secret to contain the mirror registry credentials](https://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html-single/disconnected_environments/index#installation-adding-registry-pull-secret_about-installing-oc-mirror-v2).
11
11
6. Create the `imageset-config.yaml` file to mirror the OCP release as well as the required operators images.
12
12
7. Mirror the images required for a disconnected installation: `oc mirror -c imageset-config.yaml --workspace file://oc-mirror-workspace docker://<registry.example.com:8443> --v2`.
13
13
8. Check the mirror registry’s local website (`<registry.example.com:8443>`) to verify that the repositories have been created and that the images have been pushed (see Usage Logs).
14
14
15
-
For more information see [Disconnected environments](https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html-single/disconnected_environments/index).
15
+
For more information see [Disconnected environments](https://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html-single/disconnected_environments/index).
0 commit comments