File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ import (
34
34
"github.com/docker/machine/libmachine/engine"
35
35
"github.com/docker/machine/libmachine/host"
36
36
"github.com/docker/machine/libmachine/mcnerror"
37
+ "github.com/docker/machine/libmachine/ssh"
37
38
"github.com/docker/machine/libmachine/state"
38
39
"github.com/golang/glog"
39
40
"github.com/pkg/errors"
@@ -56,6 +57,8 @@ const fileScheme = "file"
56
57
//see: https://github.com/kubernetes/kubernetes/blob/master/pkg/util/logs/logs.go#L32-34
57
58
func init () {
58
59
flag .Set ("logtostderr" , "false" )
60
+ // Setting the default client to native gives much better performance.
61
+ ssh .SetDefaultClient (ssh .Native )
59
62
}
60
63
61
64
// StartHost starts a host VM.
You can’t perform that action at this time.
0 commit comments