etcd-mesos
etcd-mesos copied to clipboard
self-healing etcd on mesos!
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...
tests should cover: - [ ] ensuring that the node with the highest raft index is chosen - [ ] ensuring that when the first node fails to come online,...
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
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...
This is the weburi the user arrives at from dcos.
Check [this report](https://quay.io/repository/pires/etcd-mesos/image/2d722aa8370cdbe083d6999c8b48096e95fd47897810ba3c64109b33e05b7b74?tab=vulnerabilities). 
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.