-
My usecase requires me to update tags of marathon task instances at runtime.
The enableTagOverride option allows this, but is currently not set by mesos-consul.
It's also not in the Consul GO API atm…
-
While creating redis instances add attributes to support VIP so that service discovery can be made easy. This is related to https://github.com/mesos/mr-redis/issues/33
-
## Expected Behavior
pods are running in calico-system namespace after a fresh installation
## Current Behavior
no pods in calico-system namespace, and `kubectl logs installation.op…
-
Hi everyone,
It seems that there is no documentation (or probably is not implemented) that the cadvisor cannot speak with mesos slaves if the following environment vars are set on mesos agent.
…
-
I have deployed mesos-ui as a marathon app using its docker image.
But when i try to access the UI, it responds with a 404.
Here's the curl output
```
curl -v http://localhost:51026
* Rebuilt URL to…
-
The [Debian Python](https://wiki.debian.org/Python) packaging policy says:
> Third party Python software installed from Debian packages goes into dist-packages, not site-packages. This is to reduce c…
-
Mixing library code and dependencies with examples seems a little messy and actually limits adopting dependency management solutions like `glide` (see #283). Therefore, I suggest moving examples to a …
pires updated
7 years ago
-
Replaces #114
-
I have a big mesos cluster with 200 nodes participating.
I am seeing issues with mesos-consul that when one or more mesos-slaves are not working:
1. It doesn't de-register those mesos-slaves.
2. An…
-
I'm trying to read through the v1 example scheduler but it's very difficult to follow. It calls a lot of APIs that are barely documented. Even when a func is documented it's usually just a very minima…