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