我尝试通过dcos-vagrant在Mac上安装DC / OS集群。
安装非常顺畅,没有发现错误。
==> 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-ui,显示ERR_EMPTY_RESPONSE
错误,并且找不到dcos命令。➜ 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。
最佳答案
要安装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