marathon-consul icon indicating copy to clipboard operation
marathon-consul copied to clipboard

Integrates Marathon apps with Consul service discovery.

Results 21 marathon-consul issues
Sort by recently updated
recently updated
newest added

Following the instructions for adding the key and APT repository, get the following on Ubuntu 20.04 ``` sudo apt-get -y update Ign:1 http://dl.bintray.com/v1/content/allegro/deb InRelease Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [109 kB]...

Hi, we are looking to upgrade marathon, and also marathon consul. We are testing with Version: 1.4.2 (from apt) and marathon 1.9. We see that when an application is stopped...

This change will fix issue: https://github.com/allegro/marathon-consul/issues/296 It makes the FindTaskById function to match also on the first part of an id, so marathon-consul will be compatible with version 1.9 of...

I am not familiar with consul. I thought I need to run a consul server along with marathon-consul in Mesos-master. And run consul-agent in each Mesos-agent ? I am a...

I'm using USER mode network with calico and try to run mesos-consul but I see the logs: > INFO[0218] Syncing services finished. Stats, registerd: 1 (failed: 0), deregister: 0 (failed:...

https://github.com/laher/goxc is in maintenece mode. We used it to greate debs and versions for linux and mac but since we moved to fpm we can remove goxc from project with...

help wanted
hacktoberfest

Hi. It took me some time to figure out that "consul" label name was case sensitive. All other labels I use are uppercase, so this one stands out now. Why...

It looks like our README is out of sync and hard to understand. We need to highlight assumptions and limitations of marathon-consul, provide clear and up to date [changelog](http://keepachangelog.com/en/0.3.0/) and...

For healthchecks that specify "COMMAND" protocol in marathon, the healthcheck command is executed inside the docker container. (when using docker conatinerizer). So marathon-consul should map it to a ["Docker check"...

We are using `ogier/pflag` because it was introduced in original [CiscoCloud](https://github.com/CiscoCloud/marathon-consul/blob/master/config/config.go#L8) project. pflag looks like abandoned (last commit over a year ago). We should switch to official golang flags. This...

help wanted