Skip to content

Commit 2a81522

Browse files
docs: Update outdated OpenShift documentation URLs
1 parent f06cc38 commit 2a81522

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

telco-hub/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Telco Hub Cluster Setup
22

33
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,
55
the different operators that make up a Hub cluster will be installed, all in a disconnected environment.
66

77
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
2525
The instructions that follow consider a partially-disconnected environment. In this kind of environment there is a host that has
2626
Internet connectivity but the OCP nodes of the Hub cluster are disconnected. This scenario has the advantage that it allows to create and
2727
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)).
2929

3030
[Mirror registry setup](install/mirror-registry/README.md)
3131

telco-hub/install/mirror-registry/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ In order to create a mirror registry follow the steps below:
66
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).
77
3. Create the mirror registry with the following command:
88
`./mirror-registry install --quayHostname <registry.example.com> --sslCert ssl.cert --sslKey ssl.key`.
9-
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).
1111
6. Create the `imageset-config.yaml` file to mirror the OCP release as well as the required operators images.
1212
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`.
1313
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).
1414

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).
1616

1717
Back to [Hub Cluster Setup](../../README.md).

0 commit comments

Comments
 (0)