Merge pull request #13957 from klaases/force1
Advise user of --force option when using rootpull/13787/head
commit
2b5a15fe19
|
@ -942,7 +942,7 @@ func validateUser(drvName string) {
|
|||
return
|
||||
}
|
||||
|
||||
out.ErrT(style.Stopped, `The "{{.driver_name}}" driver should not be used with root privileges.`, out.V{"driver_name": drvName})
|
||||
out.ErrT(style.Stopped, `The "{{.driver_name}}" driver should not be used with root privileges. If you wish to continue as root, use --force.`, out.V{"driver_name": drvName})
|
||||
out.ErrT(style.Tip, "If you are running minikube within a VM, consider using --driver=none:")
|
||||
out.ErrT(style.Documentation, " {{.url}}", out.V{"url": "https://minikube.sigs.k8s.io/docs/reference/drivers/none/"})
|
||||
|
||||
|
|
Loading…
Reference in New Issue