Skip to content

MayXuQQ/installer

This branch is 908 commits behind openshift/installer:main.

Folders and files

NameName
Last commit message
Last commit date
Jun 11, 2020
Aug 14, 2024
Aug 20, 2024
Aug 27, 2024
Aug 7, 2024
Jul 23, 2024
Aug 8, 2024
Aug 30, 2024
Nov 13, 2023
Aug 8, 2024
Aug 26, 2024
Aug 14, 2024
May 25, 2024
Jan 4, 2019
May 25, 2024
Dec 8, 2023
Apr 10, 2019
Dec 13, 2022
Jul 6, 2018
Sep 19, 2023
Feb 10, 2017
Jun 23, 2023
Jul 10, 2024
Jun 16, 2022
Aug 9, 2016
Aug 14, 2024
Aug 14, 2024
Dec 15, 2022

Repository files navigation

OpenShift Installer

Supported Platforms

Quick Start

First, install all build dependencies.

Clone this repository. Then build the openshift-install binary with:

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 create cluster

The installer will show a series of prompts for user-specific information and use reasonable defaults for everything else. In non-interactive contexts, prompts can be bypassed by providing an install-config.yaml.

If you have trouble, refer to the troubleshooting guide.

Connect to the cluster

Details for connecting to your new cluster are printed by the openshift-install binary upon completion, and are also available in the .openshift_install.log file.

Example output:

INFO Waiting 10m0s for the openshift-console route to be created...
INFO Install complete!
INFO To access the cluster as the system:admin user when using 'oc', run
    export KUBECONFIG=/path/to/installer/auth/kubeconfig
INFO Access the OpenShift web-console here: https://console-openshift-console.apps.${CLUSTER_NAME}.${BASE_DOMAIN}:6443
INFO Login to the console with user: kubeadmin, password: 5char-5char-5char-5char

Cleanup

Destroy the cluster and release associated resources with:

openshift-install destroy cluster

Note that you almost certainly also want to clean up the installer state files too, including auth/, terraform.tfstate, etc. The best thing to do is always pass the --dir argument to create and destroy. And if you want to reinstall from scratch, rm -rf the asset directory beforehand.

About

Install an OpenShift 4.x cluster

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 90.2%
  • HCL 5.2%
  • Shell 2.6%
  • Python 1.1%
  • PowerShell 0.8%
  • Makefile 0.1%