15.5. クラスターにノード追加時の API 接続の失敗
Day 2 操作の一部としてノードを既存のクラスターに追加する場合、ノードは Day 1 クラスターから Ignition 設定ファイルをダウンロードします。ダウンロードが失敗し、ノードがクラスターに接続できない場合、Host discovery ステップのホストのステータスは Insufficient に変わります。このステータスをクリックすると、次のエラーメッセージが表示されます。
The host failed to download the ignition file from <URL>. You must ensure the host can reach the URL. Check your DNS and network configuration or update the IP address or domain used to reach the cluster. error: ignition file download failed.... no route to host
The host failed to download the ignition file from <URL>. You must ensure the host can reach the URL. Check your DNS and network configuration or update the IP address or domain used to reach the cluster.
error: ignition file download failed.... no route to host
接続の失敗にはさまざまな理由が考えられます。ここでは、推奨されるアクションをいくつか紹介します。
手順
クラスターの IP アドレスとドメイン名を確認します。
- set the IP or domain used to reach the cluster のハイパーリンクをクリックします。
- Update cluster hostname ウィンドウで、クラスターの正しい IP アドレスまたはドメイン名を入力します。
- DNS 設定をチェックして、DNS が指定したドメインを解決できることを確認します。
-
すべてのファイアウォールでポート
22624が開いていることを確認します。 ホストのエージェントログをチェックして、エージェントが SSH 経由で Assisted Service にアクセスできることを確認します。
sudo journalctl TAG=agent
$ sudo journalctl TAG=agentCopy to Clipboard Copied! Toggle word wrap Toggle overflow 注記詳細は、エージェントが Assisted Service にアクセスできることを確認する を参照してください。