Skip to content

Commit

Permalink
Update min required kubernetes version
Browse files Browse the repository at this point in the history
Min kubernetes version required 1.25
  • Loading branch information
tokarev-artem authored and knative-prow-robot committed Sep 13, 2023
1 parent c6a1a2d commit d21bc47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/snippets/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Before installing Knative, you must meet the following prerequisites:

- If you have only one node in your cluster, you need at least 6 CPUs, 6 GB of memory, and 30 GB of disk storage.
- If you have multiple nodes in your cluster, for each node you need at least 2 CPUs, 4 GB of memory, and 20 GB of disk storage.
- You have a cluster that uses Kubernetes v1.24 or newer.
- You have a cluster that uses Kubernetes v1.25 or newer.
- You have installed the [`kubectl` CLI](https://kubernetes.io/docs/tasks/tools/install-kubectl/).
- Your Kubernetes cluster must have access to the internet, because Kubernetes needs to be able to fetch images. To pull from a private registry, see [Deploying images from a private container registry](/docs/serving/deploying-from-private-registry/).

Expand Down

0 comments on commit d21bc47

Please sign in to comment.