Update site/content/en/docs/faq/_index.md

Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
pull/15661/head
Medya Ghazizadeh 2023-01-17 11:15:13 -08:00 committed by GitHub
parent 6aec7afa68
commit 60db936d26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -169,7 +169,6 @@ For more details see the [static IP tutorial]({{< ref "docs/tutorials/static_ip.
## How to ignore the kubeadm requirements and pre-flight checks (such as minimum CPU count)?
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
```