-
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.
…
-
Before starting the scheduler, I'm exporting `$MESOS_NATIVE_LIBRARY` as the path to the mesos library on the framework machine and all mesos agent machines.
This is not honored and when it tries to s…
-
I am trying to build the latest tagged version of mesos (0.21.0-rc1).
So I cloned the latest mesos and invoked build_mesos with appropriate parameters
```
cd /opt
git clone https://github.com/apa…
-
In my current setup I don't want mesos-dns to depend on anything other than marathon itself (including any file server outside). So I'm not able to use "uris" to pass a config.json file in my marathon…
-
I am trying to run Mesos 0.20 docker integration, but I've got following error:
Container '5e96940d-1d0b-471e-80ed-e24f4be920cd' for executor 'ct:1409450377876:0:test_task2' of framework '20140817-16…
-
Used setup: Marathon/Mesos
When Mesos is configured with basic authentication enabled, the workflow agent is unable to fetch the slaves from the Mesos leader.
Workflow agent logging:
```
HTTP …
-
Trying to build mesos-consul, unfortunately getting errors:
```
[root@node236 mesos-consul]# docker build -t mesos-consul .
Sending build context to Docker daemon 331.8 kB
Step 1 : FROM gliderlabs/al…
-
Typing `cmd ` can cause `` to arrive before `` (at least in Chrome).
```
uwsgi@9c90f04ba0ce:/app$ ping -c1
r…
-
Trying to load the plugin fails with an error because of wildcard metrics.
```
> snapctl plugin load snap-plugin-collector-mesos
A dynamic element * requires a name for namespace /intel/mesos/master…
-
I am trying to write a service that will subscribe to the Mesos Master to watch all the Tasks that are being run on the Cluster. So I started with the mwatch.go to see if things will work properly wi…