etcd-mesos
etcd-mesos copied to clipboard
self-healing etcd on mesos!
Refs #94 Fixes #114 Compare the security scan of the original `FROM debian` to `FROM alpine:3.5` below. **Debian**:  **Alpine Linux**: Also, the image...
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.
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...
see https://github.com/mesosphere/etcd-mesos/commit/ba6b390fd5e2a92a46c74929daa4c936fbce81ac#commitcomment-15749141
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 |...
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...
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...