After working with dcos-vagrant for local DC/OS cluster provisioning for some time I installed a 3-node minimal DC/OS cluster.
Now, whenever I execute dcos package list
(or any other dcos package
command) I'm getting the following error:
URL [http://m1.dcos/package/describe] is unreachable: HTTPConnectionPool(host='m1.dcos', port=80): Max retries exceeded with url: /package/describe (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 8] nodename nor servname provided, or not known',))
Why? How to fix it?
You should check your DC/OS configuration using
dcos config show
.Change
core.dcos_url
to the new DC/OS master URL usingdcos config set <name> <value>
.