我使用 MaaS 作為環境,並且有一個節點作為 WOL(區域網路喚醒)。
當我這樣做時,juju status
我收到以下錯誤:
ERROR Unable to connect to environment "maas".
Please check your credentials or use 'juju bootstrap' to create a new environment.
錯誤詳情:
unable to connect to "wss://node.maas:17070/"
我該如何解決這個問題?
答案1
假設 bootstrap 工作正常,您需要將 node.maas 的 IP 新增至執行「juju status」的電腦上的 /etc/hosts,或更改 /etc/resolv.conf 並包含 MAAS IP 作為名稱伺服器,假設您也將MAAS配置為擁有節點網路的DNS。