-
# . I am following the instructions : https://wiki.openstack.org/wiki/Docker .
# . When I try to run the command "docker push ip_address:5042/centos", the output is :
The push refers to a repository …
x1b2j updated
10 years ago
-
**Background**
DCE's current plugin mechanism is pod lifecycle centric, and allows custom extensions to be plugged in around the steps needed to launch a pod (i.e. custom plugins can be added pre/p…
-
Currently in `procurement.go#NewExecutorResourceProcurer` we simply return an error if we receive `eids>1`.
This is a global invariant violation worth being emitted as an API server event.
-
Per #513, Chronos is expected to crash when a leader loses its Zookeeper connection. In [this test case](https://aphyr.com/media/chronos6.tar.bz2), Chronos detects the loss of its Zookeeper connection…
aphyr updated
8 years ago
-
So, I was fiddling with Mesos on a single-node machine. I'd been using it with Spark and then found out about Deimos to utilize Docker as an external containerization medium.
It worked up until today…
-
Building on #508, in the presence of complete network partitions splitting the cluster in half, Chronos will give up executing, well, basically any tasks. For instance, [this run](https://aphyr.com/me…
aphyr updated
8 years ago
-
My config is this
ip-172-18-8-189 core # cat /opt/mesosphere/etc/mesos-dns.json
{
"zk": "zk://127.0.0.1:2181/mesos",
"refreshSeconds": 30,
"ttl": 60,
"domain": "mesos",
"port": 53,
"resol…
-
Fenzo misunderstands offers that contain numerous disk resources, as can occur when an agent is configured with multiple disks (as described [here](http://mesos.apache.org/documentation/latest/multipl…
-
Hi Ahmet,
Sorry for my awful english.
A target in SRV record must be a domain name (not ip address). Consequently target ends in a dot.
```
dig +short SRV _api._tcp.billing.swarm
1 1 80 192.168.99.1…
-
In order to enable web-browsers to use the Mesos DNS HTTP API, we have to set appropriate CORS headers. See https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS
Thanks @mhausenblas f…