29.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を実行した際に指定したのと同じディレクトリーを指定します。