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