Details
-
Story
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
0.22.0
-
None
Description
Example: I'm developing a framework that makes use of persistent volumes, MESOS-1554. At startup I want my scheduler to verify the Mesos master's version and abort if it's less than e.g. 0.23.0, which I know is the minimum version for that feature.
I've looked at MESOS-753 and MESOS-986 and they don't seem to address this cleanly.
Version may be available in state.json, but this is an unboundedly large value to parse. It would seem sensible to have an HTTP endpoint /version or similar.
Attachments
Issue Links
- duplicates
-
MESOS-1841 Mesos components should expose their version on an endpoint.
- Resolved