We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 786073b commit 6975dd5Copy full SHA for 6975dd5
pkg/minikube/driver/auxdriver/install.go
@@ -93,7 +93,7 @@ func verifyExecutes(name string) error {
93
output, err := cmd.CombinedOutput()
94
if err != nil {
95
details := strings.TrimSpace(string(output))
96
- klog.Errorf("%s failed: %v: %s", strings.Join(cmd.Args, " "), err, details)
+ klog.Warningf("%s failed: %v: %s", strings.Join(cmd.Args, " "), err, details)
97
return ErrAuxDriverVersionCommandFailed
98
}
99
0 commit comments