The logging of the kubectl path was broken
After introducing the exec.Cmd parameter previouslypull/8521/head
parent
275d827088
commit
fe6687386d
|
@ -48,7 +48,7 @@ minikube kubectl -- get pods --namespace kube-system`,
|
|||
out.ErrLn("Error caching kubectl: %v", err)
|
||||
}
|
||||
|
||||
glog.Infof("Running %s %v", path, args)
|
||||
glog.Infof("Running %s %v", c.Path, args)
|
||||
c.Stdin = os.Stdin
|
||||
c.Stdout = os.Stdout
|
||||
c.Stderr = os.Stderr
|
||||
|
|
Loading…
Reference in New Issue