mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-08-19 04:06:24 +00:00
@@ -144,7 +144,7 @@ func (ins *Instance) RunCommand(cmd string) ssh.Result {
|
||||
return ssh.Run(cmd, ins.ExternalIP, ins.SshUser, ins.SshKey)
|
||||
}
|
||||
|
||||
// PushFile pushs a local file to a GCE instance.
|
||||
// PushFile pushes a local file to a GCE instance.
|
||||
func (ins *Instance) PushFile(srcPath, destPath string) error {
|
||||
if ins.ExternalIP == "" {
|
||||
ins.populateExternalIP()
|
||||
|
||||
Reference in New Issue
Block a user