etcd-mesos icon indicating copy to clipboard operation
etcd-mesos copied to clipboard

self-healing etcd on mesos!

Results 44 etcd-mesos issues
Sort by recently updated
recently updated
newest added

Refs #94 Fixes #114 Compare the security scan of the original `FROM debian` to `FROM alpine:3.5` below. **Debian**: ![screen shot 2017-04-20 at 21 35 58](https://cloud.githubusercontent.com/assets/1752631/25305873/229551f4-2738-11e7-9505-db3c4e0e5ec4.png) **Alpine Linux**: Also, the image...

PTAL

Create a script that detects the mesos version and launches the appropriate etcd-mesos binary compiled for that version of mesos-go.

In https://github.com/mesosphere/multiverse/pull/12 some feedback was given that needs to be addressed. Another ticket, https://github.com/mesosphere/etcd-mesos/issues/66, exists for the bug that came up during the initial install.

enhancement

due to mesos-go handling a single version of mesos, we need to have different releases for each mesos version. For our initial alpha open-source release, we need to create a...

enhancement
newbie

see https://github.com/mesosphere/etcd-mesos/commit/ba6b390fd5e2a92a46c74929daa4c936fbce81ac#commitcomment-15749141

bug

Because mesos-go bindings are version-specific, and we'd like to support down to version 0.22 up through 0.24, if we reregister and the master version has increased then we should bail...

``` W0411 18:52:35.436744 19305 zk.go:154] Failed to configure cluster for new instance: zk: could not connect to a server. Backing off for 8 seconds and retrying. 2016-04-11 18:52:43.437144 I |...

bug
priority/P1

Would be nice if other applications could connect to etcd using a static VIP instead of via SRV record. For Calico, we would no longer need to run an etcd-proxy...

enhancement

Fixes #110 Basically, the fix is to decline offers, as fast as possible, if running instances count equals desired instances count. **etcd-mesos-scheduler**: ``` I0422 15:20:12.985033 7212 scheduler.go:241] Received offer but...

PTAL