We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dbc64c0 + e809cbd commit 2875909Copy full SHA for 2875909
cmd/minikube/cmd/kubectl.go
@@ -67,6 +67,7 @@ var kubectlCmd = &cobra.Command{
67
68
glog.Infof("Running %s %v", path, args)
69
c := exec.Command(path, args...)
70
+ c.Stdin = os.Stdin
71
c.Stdout = os.Stdout
72
c.Stderr = os.Stderr
73
if err := c.Run(); err != nil {
0 commit comments