craig mcmillan created MESOS-1822:
-------------------------------------
Summary: web ui redirection does not work when masters are not
publicly reachable
Key: MESOS-1822
URL: https://issues.apache.org/jira/browse/MESOS-1822
Project: Mesos
Issue Type: Bug
Affects Versions: 0.20.0
Reporter: craig mcmillan
issues :
https://issues.apache.org/jira/browse/MESOS-672
https://issues.apache.org/jira/browse/MESOS-903
address the problem of web-ui redirection not working when mesos masters are
publicly reachable, but if the masters are only accessible through an SSH
tunnel then redirection doesn't work at all : a single master must be chosen
when setting up the SSH tunnel, and a redirect means having to manually kill
the tunnel and re-point it at the correct leader
marathon addresses this issue by having non-leader masters proxy to the the
leader, so an SSH tunnel can be pointed at any of the masters, leader or not :
could mesos do the same ?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)