We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f98891b + d5a69dc commit 5beacffCopy full SHA for 5beacff
cmd/minikube/cmd/kubectl.go
@@ -50,6 +50,7 @@ minikube kubectl -- get pods --namespace kube-system`,
50
c, err := KubectlCommand(version, args...)
51
if err != nil {
52
out.ErrLn("Error caching kubectl: %v", err)
53
+ os.Exit(1)
54
}
55
56
klog.Infof("Running %s %v", c.Path, args)
0 commit comments