mantl / mesos-consul

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

Add ability to tag mesos leader with custom tags #61

Closed Mongey closed 5 years ago

Mongey commented 8 years ago

We use a generic consul tag to expose services through HAProxy via consul-template. Because mesos doesn't forward requests to the actual leader, we need a way of targeting the leader specifically with this tag. This adds a --leader-tags attribute that will allow the user to tag leader with custom tags.