1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-01 06:56:29 +00:00

Fix multiple etcd add at runtime

This commit is contained in:
galal-hussein
2018-04-14 20:38:07 +02:00
committed by Darren Shepherd
parent 829afa1084
commit b3f457426c
3 changed files with 9 additions and 9 deletions

View File

@@ -32,6 +32,7 @@ type Cluster struct {
WorkerHosts []*hosts.Host
ControlPlaneHosts []*hosts.Host
InactiveHosts []*hosts.Host
EtcdReadyHosts []*hosts.Host
KubeClient *kubernetes.Clientset
KubernetesServiceIP net.IP
Certificates map[string]pki.CertificatePKI