marathon-client
marathon-client copied to clipboard
Command health
When using HealthCheck
with protocol=COMMAND
generates HTTP 400
. That is because command is not accepted as a string but rather it needs to be an object. See https://mesosphere.github.io/marathon/docs/health-checks.html .
Versions tried Marathon Client: 0.4.14 Marathon: v1.2.0-RC5, v1.1.0, v1.0.0-RC1, v0.15.3, v0.11.1
This is fixed. Yet to be merged. Fix is available in my local repo if you want to use.
@sumannewton Is the fix merged?
@pijusn Not yet. Mohit hasn't accepted the merge request yet. @mohitsoni Review & merge this request - https://github.com/mohitsoni/marathon-client/pull/37/commits
Let's link these two together so either state can be visible easily:
https://github.com/mohitsoni/marathon-client/pull/37