mirror of https://github.com/knative/docs.git
Bumped the CPU requirements (#4962)
* Bumped the CPU requirements * changed the cpu requirement for production purpose
This commit is contained in:
parent
c9c194ecee
commit
793b5da9e9
|
@ -2,7 +2,7 @@
|
|||
|
||||
Before installing Knative, you must meet the following prerequisites:
|
||||
|
||||
- **For prototyping purposes**, Knative works on most local deployments of Kubernetes. For example, you can use a local, one-node cluster that has 2 CPUs and 4 GB of memory.
|
||||
- **For prototyping purposes**, Knative works on most local deployments of Kubernetes. For example, you can use a local, one-node cluster that has 3 CPUs and 4 GB of memory.
|
||||
|
||||
!!! tip
|
||||
You can install a local distribution of Knative for development purposes
|
||||
|
|
Loading…
Reference in New Issue