Skip to content

Commit 6bac76f

Browse files
authored
Merge pull request #15661 from kubernetes/medyagh-patch-1
site: Add "--extra-config=kubeadm.skip-phases=preflight" to FAQ
2 parents 1b12446 + 1128797 commit 6bac76f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,3 +165,12 @@ minikube start
165165
Currently a static IP can only be set when using the Docker or Podman driver.
166166

167167
For more details see the [static IP tutorial]({{< ref "docs/tutorials/static_ip.md" >}}).
168+
169+
## How to ignore the kubeadm requirements and pre-flight checks (such as minimum CPU count)?
170+
171+
Kubeadm has certain software and hardware requirements to maintain a stable Kubernetes cluster. However, these requirements can be ignored (such as when running minikube on a single CPU) by running the following:
172+
```
173+
minikube start --force --extra-config=kubeadm.skip-phases=preflight
174+
```
175+
This is not recommended, but for some users who are willing to accept potential performance or stability issues, this may be the only option.
176+

0 commit comments

Comments
 (0)