14.5. Getting debug information from the installation program
You can use any of the following actions to get debug information from the installation program.
Look at debug messages from a past installation in the hidden
.openshift_install.logfile. For example, enter:cat ~/<installation_directory>/.openshift_install.log
$ cat ~/<installation_directory>/.openshift_install.log1 Copy to Clipboard Copied! Toggle word wrap Toggle overflow - 1
- For
installation_directory, specify the same directory you specified when you ran./openshift-install create cluster.
Re-run the installation program with
--log-level=debug:./openshift-install create cluster --dir=<installation_directory> --log-level=debug
$ ./openshift-install create cluster --dir=<installation_directory> --log-level=debug1 Copy to Clipboard Copied! Toggle word wrap Toggle overflow - 1
- For
installation_directory, specify the same directory you specified when you ran./openshift-install create cluster.