mantl / mesos-consul

Mesos to Consul bridge for service discovery
Apache License 2.0
338 stars 95 forks source link

disable chronos services #72

Open imrangit opened 8 years ago

imrangit commented 8 years ago

Hi, Is there a way to disable chronos framework with mesos-consul ? I have chronos finished task showing up a services in consul. I dont have a use for it and it is polluting the consul services namespace.

-Imran

robfrut135 commented 8 years ago

Hi, in my environment finished tasks are perfectly removed by mesos-consul and not keep up like a service alive in consul (obviously only when task is running)

gomes commented 8 years ago

I think it's very useful to ignore Chronos tasks since this is ephemeral

gomes commented 8 years ago

I just found a change in the master which implements blacklist/whitelist for frameworks too, so I just put --fw-blacklist=^chronos and mesos-consul ignores Chronos tasks