juju 无法访问服务器

juju 无法访问服务器

我安装了 maas 服务器和 juju 客户端工具,但是当我尝试运行任何部署命令或运行时,juju status我收到以下错误消息:

Please check your credentials or use 'juju bootstrap' to create a new environment.  Error details: no reachable servers.
Error: Unable to connect to environment "maas". Please check your credentials or use 'juju bootstrap' to create a new environment.
Error details: no reachable servers

当我juju bootstrap再次运行时出现此错误: environment is already bootstrapped

答案1

  1. 安装 maas 后,您需要将机器登记并调试到 maas,然后 Juju 才能向 maas 请求服务器进行引导和部署。

  2. 您需要通过访问 maas 的 UI 来获取凭证。该凭证可以在 MAAS Web UI 的用户偏好设置下找到。

相关内容