Update _index.md
parent
184966a8c3
commit
dd966e3931
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue