我试图通过dcos-流浪汉在我的Mac上安装DC/OS集群。
Intsallation相当平滑,没有发现错误。
==> m1: sudo: chmod u+x /opt/mesosphere/bin/postflight.sh
==> m1: sudo: /opt/mesosphere/bin/postflight.sh
==> boot: DC/OS Installation Complete
==> boot: Web Interface: http://m1.dcos/但是当我打开http://m1.dcos/时,不显示web,显示ERR_EMPTY_RESPONSE错误,并且找不到dcos命令。
http://m1.dcos/ net::ERR_EMPTY_RESPONSE
➜ dcos-vagrant git:(master) dcos marathon app add https://dcos.io/docs/1.7/usage/nginx.json
zsh: command not found: dcos任何人都可以帮我!提前感谢!
dcos无法工作,因为我没有安装dcos CLI。
发布于 2016-05-07 13:59:36
要安装CLI,请复制并粘贴到您的终端中:
mkdir -p dcos
cd dcos
curl -O https://downloads.dcos.io/dcos-cli/install.sh
bash ./install.sh . https://m1.dcos
source ./bin/env-setup发布于 2016-05-09 17:41:47
来自http://m1.dcos/的空响应似乎表明UI服务或管理路由器有问题,但是CLI的工作意味着管理路由器是可访问的,并且正确地代理像Marathon&Mesos这样的组件。
您可能会检查管理路由器日志,看看它在服务UI /js时是否有问题。
状态:
systemctl status dcos-adminrouter.service日志:
journalctl -u dcos-adminrouterhttps://stackoverflow.com/questions/37085420
复制相似问题