Re: How to detemine Mesos Capabilities?

2017-07-05 Thread Vinod Kone
When a scheduler registers or re-registers with the master, `MasterInfo` is provided as the callback. This includes the version information which can be used to determine which capabilities a Master has. This is admittedly not great; there is a ticket to introduce Master capabilities and include th

Re: How to detemine Mesos Capabilities?

2017-07-05 Thread Tomek Janiszewski
Here is the context of this problem https://github.com/mesosphere/marathon/pull/5406#discussion_r125454193 I want to backport support for Mesos HealthChecks to Marathon 1.3. How can I ensure that Mesos supports HTTP/TCP healthchecks form Marathon perspective? wt., 4 lip 2017 o 17:56 użytkownik Tom

How to detemine Mesos Capabilities?

2017-07-04 Thread Tomek Janiszewski
Hi Mesos allows frameworks to declare it's abilities. How can I get Mesos capabilities from framework perspective? For example, I'm developing a framework that would use Mesos Healthchecks. How can I determine if Mesos version support it. I think it should be a part of subscription response. Curr