You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix dcos node ssh --master and dcos node ssh --slave=X to work.
Input
dcos node ssh command does not work since it requires that the Mesos DNS API is exposed on one of the externally accessible nodes in the cluster under /mesos_dns.
$ dcos node ssh --master
Error while fetching [http://master.mesos:5050/mesos_dns/v1/hosts/leader.mesos.]: HTTP 404: Not Found
Motivation
Fix
dcos node ssh --master
anddcos node ssh --slave=X
to work.Input
dcos node ssh
command does not work since it requires that the Mesos DNS API is exposed on one of the externally accessible nodes in the cluster under/mesos_dns
.Output
/mesos_dns
.The text was updated successfully, but these errors were encountered: