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

With the release of Mesos 1.0 (at the time of this writing, the current version is 1.2.0) and v1 API becoming stable, we should migrate the code to the v1...

enhancement

tests should cover: - [ ] ensuring that the node with the highest raft index is chosen - [ ] ensuring that when the first node fails to come online,...

enhancement
newbie

executor logging is borked currently. need to log: - fetcher info - executor stuff - etcd stuff with rotation enabled for the etcd log, and possibly the executor log

enhancement
newbie
blocked

Optionally provide the ability to use persistent volumes, which are used for storage. When they are in use: - [ ] etcd-mesos scheduler checks zk to see if persistent volumes...

enhancement

This is the weburi the user arrives at from dcos.

enhancement
integration/dcos

Check [this report](https://quay.io/repository/pires/etcd-mesos/image/2d722aa8370cdbe083d6999c8b48096e95fd47897810ba3c64109b33e05b7b74?tab=vulnerabilities). ![screen shot 2017-04-20 at 21 35 58](https://cloud.githubusercontent.com/assets/1752631/25263027/78c3a530-2611-11e7-8837-7dcd203536f4.png)

enhancement
WIP

Enabling auth on the cluster was previously causing the health checks to fail, as the etcd client was not setting credentials. This adds a `Username` and `Password` to `config.Node`, and...

In cases where the Docker daemon puts containers behind a NAT, the agent needs to use a different address to the address that is bound on to get the executor...

This can facilitate a `dcos etcdctl` command.

enhancement