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:
committed by
Darren Shepherd
parent
829afa1084
commit
b3f457426c
@@ -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
|
||||
|
Reference in New Issue
Block a user