Skip to content

Commit

Permalink
Fix broken markdown links (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
loganmc10 authored Oct 4, 2024
1 parent a3f3c45 commit 57a9336
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion edge/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ podman run -it --rm -v </path/to/provisioning/kubeconfig>:/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/<cluster-name>-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.

---

Expand Down
2 changes: 1 addition & 1 deletion provisioning/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Alternatively, using a container:
podman run -it --rm -v </path/to/kubeconfig>:/kubeconfig:Z quay.io/loganmc10/openshift-edge-installer:<tag> 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.

---

Expand Down

0 comments on commit 57a9336

Please sign in to comment.