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.19.5. 从安装程序获取调试信息
您可以使用以下方法从安装程序获取调试信息。
在隐藏的
.openshift_install.log
文件中查看与过去安装相关的 debug 信息。例如,输入: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
时指定的同一目录。