Skip to content

Commit

Permalink
Merge pull request #331 from galal-hussein/copy_local_dialer
Browse files Browse the repository at this point in the history
Copy local connection Dialer factory on update
  • Loading branch information
ibuildthecloud authored Feb 7, 2018
2 parents 0e1542a + c253773 commit 9a234cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cluster/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 9a234cc

Please sign in to comment.