mirror of
https://github.com/openshift/installer.git
synced 2026-02-05 15:47:14 +01:00
b2d6c4eb0807f3023a89eb732f68309cee00fe6a
*: improve logging messages
Openshift Installer
Quick Start
First, install all build dependencies.
After cloning this repository, the installer binary will need to be built by running the following:
hack/build.sh
This will create bin/openshift-install. This binary can then be invoked to create an OpenShift cluster, like so:
bin/openshift-install cluster
The installer requires the terraform binary either alongside openshift-install or in $PATH.
If you don't have terraform, run the following to create bin/terraform:
hack/get-terraform.sh
The installer will show a series of prompts for user-specific information (e.g. admin password) and use reasonable defaults for everything else. In non-interactive contexts, prompts can be bypassed by providing appropriately-named environment variables. Refer to the user documentation for more information.
Description
Languages
Go
85.1%
HCL
10.8%
Shell
2.8%
Python
1.2%