diff --git a/README.md b/README.md index 46261f7..efc7540 100644 --- a/README.md +++ b/README.md @@ -28,5 +28,5 @@ The edge cluster is installed by creating a slightly modified [install-config.ya ## Notes * Connected and disconnected/mirrored installations are both supported. - * If you are using a mirror registry, it should be populated using the [oc mirror](https://docs.openshift.com/container-platform/latest/installing/disconnected_install/installing-mirroring-disconnected.html) plugin. + * If you are using a mirror registry, it should be populated using the [oc mirror](https://docs.openshift.com/container-platform/latest/disconnected/mirroring/about-installing-oc-mirror-v2.html) plugin. * Only bare metal installations are supported for the edge cluster. The provisioning cluster can be any platform. diff --git a/edge/README.md b/edge/README.md index 134e4d6..0384340 100644 --- a/edge/README.md +++ b/edge/README.md @@ -35,7 +35,7 @@ podman run -it --rm -v :/kubeconfig:Z \ The Events URL will be printed to the console (so that you can check the progress of the installation). A kubeconfig file will be written to the playbook folder with this name: ```kubeconfigs/-admin-kubeconfig``` # Disconnected registry -The mirror registry should be populated using the [oc mirror](https://docs.openshift.com/container-platform/latest/installing/disconnected_install/installing-mirroring-disconnected.html) plugin. +The mirror registry should be populated using the [oc mirror](https://docs.openshift.com/container-platform/latest/disconnected/mirroring/about-installing-oc-mirror-v2.html) plugin. --- diff --git a/provisioning/README.md b/provisioning/README.md index c7011bc..6590f60 100644 --- a/provisioning/README.md +++ b/provisioning/README.md @@ -16,7 +16,7 @@ Alternatively, using a container: podman run -it --rm -v :/kubeconfig:Z quay.io/loganmc10/openshift-edge-installer: provisioning ``` ## With mirror registry or provisioning customizations -The mirror registry should be populated using the [oc mirror](https://docs.openshift.com/container-platform/latest/installing/disconnected_install/installing-mirroring-disconnected.html) plugin. +The mirror registry should be populated using the [oc mirror](https://docs.openshift.com/container-platform/latest/disconnected/mirroring/about-installing-oc-mirror-v2.html) plugin. ---