Skip to content

Commit e88e34b

Browse files
authored
Merge pull request #15668 from psschwei/knative-reqs
Updates knative minimum resource requirements
2 parents 8ffa1f9 + e362063 commit e88e34b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ minikube start --extra-config kubeadm.ignore-preflight-errors=SystemVerification
101101

102102
## What is the minimum resource allocation necessary for a Knative setup using minikube?
103103

104-
Please allocate sufficient resources for Knative setup using minikube, especially when running minikube cluster on your local machine. We recommend allocating at least 6 CPUs and 8G memory:
104+
Please allocate sufficient resources for Knative setup using minikube, especially when running minikube cluster on your local machine. We recommend allocating at least 3 CPUs and 3G memory.
105105

106106
```shell
107-
minikube start --cpus 6 --memory 8000
107+
minikube start --cpus 3 --memory 3072
108108
```
109109

110110
## Do I need to install kubectl locally?

0 commit comments

Comments
 (0)