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.22.5. 从安装程序获取调试信息
您可以使用以下任一操作从安装程序获取调试信息。
在 hidden
.openshift_install.log 文件中查看
来自过去安装的调试信息。例如,输入:cat ~/<installation_directory>/.openshift_install.log
$ cat ~/<installation_directory>/.openshift_install.log
1 Copy to Clipboard Copied! Toggle word wrap Toggle overflow - 1
- 对于
installation_directory
,请指定您在运行时指定的同一目录。/openshift-install create cluster
。
进入包含安装程序的目录,并使用
--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
- 对于
installation_directory
,请指定您在运行时指定的同一目录。/openshift-install create cluster
。