2.5. 설치 프로그램에서 디버그 정보 검색
다음 조치 중 하나를 사용하여 설치 프로그램에서 디버그 정보를 얻을 수 있습니다.
숨겨진
.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
를 실행할 때 지정한 것과 동일한 디렉터리를 지정합니다.