You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/content/en/docs/faq/_index.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -165,3 +165,12 @@ minikube start
165
165
Currently a static IP can only be set when using the Docker or Podman driver.
166
166
167
167
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:
0 commit comments