att-comdev / promenade

This project has moved to OpenStack.
https://www.airshipit.org/
Apache License 2.0
11 stars 15 forks source link

Use auxiliary etcd instances to smooth join process #9

Closed mark-burnett closed 7 years ago

mark-burnett commented 7 years ago

This addresses both the disruption of the kubernetes control plane and the blocking while waiting for nodes to join introduced by #7

Additionally, this should address the race condition in master join order exposed by @gardlt