You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exit.Message(reason.Unimplemented, "arm64 VM drivers do not currently support the crio container runtime. See https://github.com/kubernetes/minikube/issues/14146 for details.")
out.Styled(style.Permissions, "Your firewall is blocking bootpd which is required for socket_vmnet. The following commands will be executed to unblock bootpd:\n\n{{.commands}}\n", out.V{"commands": cmdString.String()})
468
+
469
+
for_, c:=rangecmds {
470
+
testArgs:=append([]string{"-n"}, c.Args[1:]...)
471
+
test:=exec.Command("sudo", testArgs...)
472
+
klog.Infof("testing: %s", test.Args)
473
+
iferr:=test.Run(); err!=nil {
474
+
klog.Infof("%v may require a password: %v", c.Args, err)
475
+
if!viper.GetBool("interactive") {
476
+
klog.Warningf("%s requires a password, and --interactive=false", c.Args)
0 commit comments