我有疑问咒咒gui。
我安装了 juju 2.7.5-bionic-amd64,snap install juju --classic
但是当我尝试引导控制器时,出现此失败消息:
Unable to fetch Juju GUI info: error fetching simplestreams metadata: "content-download" data not found
我尝试了upgrade-gui
引导后,出现了以下失败消息:
ERROR cannot upgrade to most recent release: cannot retrieve Juju GUI archive info: error fetching simplestreams metadata: "content-download" data not found
答案1
我也是。我被迫juju-gui
手动安装(xenial 版本):
juju deploy cs:juju-gui-142 --series xenial
juju expose juju-gui
登录信息:
juju show-controller --show-password
答案2
我遇到了同样的问题,刚刚才发现!这是因为 - 你的 juju 控制器(运行 juju 代理的主机无法连接到互联网)我尝试通过添加 nat 网络的第三个网络适配器来修复它我的 juju 控制器正在作为 VM 运行。