From 793b5da9e963fd5524dec8060cc39c0d4bffb975 Mon Sep 17 00:00:00 2001 From: Hamees Sayed <98336593+hamees-sayed@users.noreply.github.com> Date: Sun, 5 Jun 2022 06:24:53 +0530 Subject: [PATCH] Bumped the CPU requirements (#4962) * Bumped the CPU requirements * changed the cpu requirement for production purpose --- docs/snippets/prerequisites.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/snippets/prerequisites.md b/docs/snippets/prerequisites.md index 1b8f9d1fd..5a8ed9fd3 100644 --- a/docs/snippets/prerequisites.md +++ b/docs/snippets/prerequisites.md @@ -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