Update _index.md

pull/15661/head
Medya Ghazizadeh 2023-01-17 11:02:40 -08:00 committed by GitHub
parent 184966a8c3
commit dd966e3931
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -166,11 +166,12 @@ Currently a static IP can only be set when using the Docker or Podman driver.
For more details see the [static IP tutorial]({{< ref "docs/tutorials/static_ip.md" >}}).
## How to ignore the kubeadm requirements and pre-flight checks ?
## How to ignore the kubeadm requirements and pre-flight checks (such as CPUs numbers) ?
KubeAdm has several software/hardware requirements to ensure a healthy Kubernetes cluster, to ignore all of them,
(For example if you want to run minikube on 1 CPU, you can run:
```
minikube start --force --extra-config=kubeadm.skip-phases=preflight
```
note this is not recommended but might be the only way for some users.
note that, this is not recommended but might be the only way for some users who are okay with performance/stablity side-effects.