Unverified Commit 9a234ccb authored by Darren Shepherd's avatar Darren Shepherd Committed by GitHub
Browse files

Merge pull request #331 from galal-hussein/copy_local_dialer

Copy local connection Dialer factory on update
parents 0e1542a7 c2537737
Showing with 1 addition and 0 deletions
+1 -0
......@@ -63,6 +63,7 @@ func (c *Cluster) GetClusterState(ctx context.Context) (*Cluster, error) {
}
currentCluster.Certificates, err = getClusterCerts(ctx, c.KubeClient, currentCluster.EtcdHosts)
currentCluster.DockerDialerFactory = c.DockerDialerFactory
currentCluster.LocalConnDialerFactory = c.LocalConnDialerFactory
if err != nil {
return nil, fmt.Errorf("Failed to Get Kubernetes certificates: %v", err)
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment