Skip to content

Commit

Permalink
Merge pull request #8032 from RA489/sitefaq
Browse files Browse the repository at this point in the history
site: add to FAQ page how to ignore system verification.
  • Loading branch information
medyagh authored May 15, 2020
2 parents bf1284b + c6d48d3 commit 0fd4e79
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions site/content/en/docs/faq/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,9 @@ The easiest approach is to use the `docker` driver, as the backend service alway
`none` users may want to try `CHANGE_MINIKUBE_NONE_USER=true`, where kubectl and such will still work: [see environment variables]({{< ref "/docs/handbook/config.md#environment-variables" >}})

Alternatively, configure `sudo` to never prompt for the commands issued by minikube.

## How to ignore system verification?

minikube's bootstrapper, [Kubeadm] (https://github.com/kubernetes/kubeadm) verifies a list of features on the host system before installing Kubernetes. in case you get this error, and you still want to try minikube anyways despite your system's limitation you can skip the verification by starting minikube with this extra option:

`minikube start --extra-config kubeadm.ignore-preflight-errors=SystemVerification`

0 comments on commit 0fd4e79

Please sign in to comment.