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. インストールプログラムからのデバッグ情報の取得
以下のアクションのいずれかを使用して、インストールプログラムからデバッグ情報を取得できます。
非表示の
.openshift_install.logファイルで過去のインストールからのデバッグ情報を確認します。たとえば、 以下を入力します。cat ~/<installation_directory>/.openshift_install.log
$ cat ~/<installation_directory>/.openshift_install.log1 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=debug1 Copy to Clipboard Copied! Toggle word wrap Toggle overflow - 1
 installation_directoryには、./openshift-install create clusterを実行した際に指定したのと同じディレクトリーを指定します。