Scripts to use as inspiration for your own OpenShift clusters.
- Create a directory with the name of the cluster you want to create.
- Generate an
install-config.yaml
(for example, using openshift-install create install-configs). - Copy your
install-config.yaml
toinstall-config.yaml.save
. This ensures you still have a copy after the installer deletesinstall-config.yaml
. Add abin/
subdirectory and add it to the begining of your PATH. I recommend you use [direnv
][1] to manage this (sudo dnf install direnv
).