Ensure etcd secrets are only distributed to controller hosts

* Previously, etcd secrets were erroneously distributed to worker
nodes (permissions 500, ownership etc:etcd).
This commit is contained in:
Dalton Hubble
2018-03-25 22:32:09 -07:00
parent fdb543e834
commit cfd603bea2
2 changed files with 35 additions and 7 deletions

View File

@ -8,6 +8,7 @@ Notable changes between versions.
#### Digital Ocean
* Ensure etcd secrets are only distributed to controller hosts, not workers.
* Remove optional variable `networking`. Only flannel works on Digital Ocean.
#### Google Cloud