Merge pull request #8521 from afbjorklund/kubectl-path-log
The logging of the kubectl path was brokenpull/8531/head
commit
3d09d8e6ae
|
|
@ -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