digital-ocean: Run etcd cluster on-host, across controllers

* Run etcd peers with TLS across controller nodes
* Deprecate self-hosted-etcd on the Digital Ocean platform
* Distribute etcd TLS certificates as part of initial provisioning
* Check the status of etcd by running `systemctl status etcd-member`
This commit is contained in:
Dalton Hubble
2017-10-04 00:07:48 -07:00
parent da63c89d71
commit 308c7dfb6e
6 changed files with 122 additions and 14 deletions

View File

@ -2,6 +2,14 @@
Notable changes between versions.
## Latest
#### Digital Ocean
* Run etcd cluster across controller nodes (etcd-member.service)
* Reduce time to bootstrap a cluster
* Remove support for self-hosted etcd
## v1.7.7
* Kubernetes v1.7.7