The MachineName function was moved to config
parent
abb556f7f5
commit
099c6b72a6
|
@ -45,7 +45,7 @@ func init() {
|
|||
|
||||
func configure(cc config.ClusterConfig, n config.Node) (interface{}, error) {
|
||||
d := ssh.NewDriver(ssh.Config{
|
||||
MachineName: driver.MachineName(cc, n),
|
||||
MachineName: config.MachineName(cc, n),
|
||||
StorePath: localpath.MiniPath(),
|
||||
ContainerRuntime: cc.KubernetesConfig.ContainerRuntime,
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue