The MachineName function was moved to config

pull/10099/head
Anders F Björklund 2021-01-13 20:20:10 +01:00
parent abb556f7f5
commit 099c6b72a6
1 changed files with 1 additions and 1 deletions

View File

@ -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,
})