mirror of
https://github.com/openshift/installer.git
synced 2026-02-05 15:47:14 +01:00
The OS/arch suffix was an artifact of our GitHub release approach (e.g. [1]). With the new mirror approach, the flow is going to be more like: $ wget https://mirror.openshift.com/pub/openshift-v4/clients/ocp/latest/openshift-install-linux-4.1.0-rc.5.tar.gz $ tar xf openshift-install-linux-4.1.0-rc.5.tar.gz $ ./openshift-install ... But folks could install into their PATH, and our current docs prefer the in-the-PATH form, so that's what I've gone with here. [1]: https://github.com/openshift/installer/releases/tag/v0.16.1