Created
July 1, 2020 00:57
-
-
Save hexfusion/025a4b75cf0bdfeb31d3b52f9263410f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir etcd-storage-disk | |
cd $! | |
openshift-install create manifests | |
vi openshift/99_openshift-machineconfig_99-worker-ssh.yaml | |
openshift-install create ignition-configs | |
openshift-install create install-config | |
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE=$release openshift-installer create cluster --log-level debug |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment