commit
2c9395a919
|
@ -202,7 +202,7 @@ const (
|
||||||
// DefaultMsize is the default number of bytes to use for 9p packet payload
|
// DefaultMsize is the default number of bytes to use for 9p packet payload
|
||||||
DefaultMsize = 262144
|
DefaultMsize = 262144
|
||||||
// DefaultMountVersion is the default 9p version to use for mount
|
// DefaultMountVersion is the default 9p version to use for mount
|
||||||
DefaultMountVersion = "9p2000.L"
|
DefaultMountVersion = "9p2000.L"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetKubernetesReleaseURL gets the location of a kubernetes client
|
// GetKubernetesReleaseURL gets the location of a kubernetes client
|
||||||
|
|
|
@ -191,6 +191,7 @@ func (m *MinikubeRunner) RunDaemon2(command string) (*exec.Cmd, *bufio.Reader, *
|
||||||
}
|
}
|
||||||
return cmd, bufio.NewReader(stdoutPipe), bufio.NewReader(stderrPipe)
|
return cmd, bufio.NewReader(stdoutPipe), bufio.NewReader(stderrPipe)
|
||||||
}
|
}
|
||||||
|
|
||||||
// SSH returns the output of running a command using SSH
|
// SSH returns the output of running a command using SSH
|
||||||
func (m *MinikubeRunner) SSH(command string) (string, error) {
|
func (m *MinikubeRunner) SSH(command string) (string, error) {
|
||||||
path, _ := filepath.Abs(m.BinaryPath)
|
path, _ := filepath.Abs(m.BinaryPath)
|
||||||
|
|
Loading…
Reference in New Issue