Skip to content

Commit

Permalink
Merge pull request #3538 from zeenix/patch-1
Browse files Browse the repository at this point in the history
metal: Fix matchbox link in docs
  • Loading branch information
openshift-merge-robot committed May 4, 2020
2 parents 5252bff + 6034e23 commit abc94c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user/metal/install_upi.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ Terraform [templates][upi-metal-example] provides an example of using OpenShift
### Overview

* Compute: Uses Packet.net to deploy bare-metal machines.
Uses [matchbox](coreos-matchbox) to serve PXE scripts and Ignition configs for bootstrap, control plane and worker machines.
Uses [matchbox] to serve PXE scripts and Ignition configs for bootstrap, control plane and worker machines.
Uses `public` IPv4 addresses for each machine, so that all the machines are accessible on the internet.

* DNS and Load Balancing
Expand Down Expand Up @@ -309,10 +309,10 @@ terraform destroy -auto-approve
[cluster-image-registry-operator]: https://github.com/openshift/cluster-image-registry-operator#image-registry-operator
[coreos-installer-args]: https://github.com/coreos/coreos-installer#kernel-command-line-options-for-coreos-installer-running-in-the-initramfs
[coreos-installer]: https://github.com/coreos/coreos-installer#coreos-installer
[coreos-matchbox]: https://github.com/coreos/matchbox#matchbox----
[csr-requests]: https://kubernetes.io/docs/tasks/tls/managing-tls-in-a-cluster/#requesting-a-certificate
[etcd-ports]: https://github.com/openshift/origin/pull/21520
[machine-config-server]: https://github.com/openshift/machine-config-operator/blob/master/docs/MachineConfigServer.md
[matchbox]: https://github.com/coreos/matchbox
[openshift-router]: https://github.com/openshift/cluster-ingress-operator#openshift-ingress-operator
[rrdns]: https://tools.ietf.org/html/rfc1794
[sdn-ports]: https://github.com/openshift/origin/pull/21520
Expand Down

0 comments on commit abc94c6

Please sign in to comment.