我已经使用:how to configure a production ready mesosphere cluster on ubuntu14.04(edited)设置了3节点mesos cluster
下一步是验证marathon。为此,我正在使用:框架身份验证
我只是想知道我使用的是正确的url还是在使用该url之前我需要配置什么((已编辑)
--acls=file:///tmp/mesos/config/acls
--credentials=file:///tmp/mesos/config/credentials . I have added those lines mesos.service(/etc/systemd/system/multiuser.targets/mesos-master.service) & to started mesos-master service(systemctl start mesos-master)
added --mesos_authentication
--mesos_authentication_principal marathon
--mesos_authentication_secret_file /tmp/mesos/config/marathon.secret
--mesos_role marathon lines in marathon.service(/etc/systemd/system/multiuser.targets/marathon.service) & to started marathon service(systemctl start marathon)
但是马拉松没有得到认证。我是否遗漏了任何步骤/配置
暂无答案!
目前还没有任何答案,快来回答吧!