Add FAQ for knative setup.

pull/8935/head
RA489 2020-08-07 08:51:21 +05:30
parent 4f8a649de2
commit e6cf0c35ab
1 changed files with 6 additions and 0 deletions

View File

@ -23,3 +23,9 @@ Alternatively, configure `sudo` to never prompt for the commands issued by minik
minikube's bootstrapper, [Kubeadm] (https://github.com/kubernetes/kubeadm) verifies a list of features on the host system before installing Kubernetes. in case you get this error, and you still want to try minikube anyways despite your system's limitation you can skip the verification by starting minikube with this extra option:
`minikube start --extra-config kubeadm.ignore-preflight-errors=SystemVerification`
## what is the resource allocation for Knative Setup using minikube?
Please allocate sufficient resources for Knative setup using minikube, especially when you run a minikube cluster on your local machine. We recommend allocating at least 6 CPUs and 8G memory.
`minikube start --cpus 6 --memory 8000`