This documentation is for a release that is no longer maintained
See documentation for the latest supported version 3 or the latest supported version 4.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.log
file. For example, enter:cat ~/<installation_directory>/.openshift_install.log
$ cat ~/<installation_directory>/.openshift_install.log
1 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=debug
1 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
.