Skip to content

Commit

Permalink
update recommended version because of EOL (#406)
Browse files Browse the repository at this point in the history
Signed-off-by: jooho lee <jlee@redhat.com>
Signed-off-by: Dan Sun <dsun20@bloomberg.net>
Co-authored-by: Dan Sun <dsun20@bloomberg.net>
  • Loading branch information
Jooho and yuzisun authored Oct 28, 2024
1 parent c3d1b52 commit 9c02060
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/admin/kubernetes_deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:


## 2. Install Cert Manager
The minimally required Cert Manager version is 1.9.0 and you can refer to [Cert Manager installation guide](https://cert-manager.io/docs/installation/).
The minimally required Cert Manager version is 1.15.0 and you can refer to [Cert Manager installation guide](https://cert-manager.io/docs/installation/).

!!! note
Cert manager is required to provision webhook certs for production grade installation, alternatively you can run self signed certs generation script.
Expand Down
12 changes: 6 additions & 6 deletions docs/admin/serverless/serverless.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
KServe Serverless installation enables autoscaling based on request volume and supports scale down to and from zero. It also supports revision management
and canary rollout based on revisions.

Kubernetes 1.22 is the minimally required version and please check the following recommended Knative, Istio versions for the corresponding
Kubernetes 1.28 is the minimally required version and please check the following recommended Knative, Istio versions for the corresponding
Kubernetes version.

## Recommended Version Matrix
| Kubernetes Version | Recommended Istio Version | Recommended Knative Version |
| :----------------- | :------------------------ | :-------------------------- |
| 1.27 | 1.18,1.19 | 1.10,1.11 |
| 1.28 | 1.19,1.20 | 1.11,1.12.4 |
| 1.29 | 1.20,1.21 | 1.12.4,1.13.1 |
|:-------------------|:--------------------------|:----------------------------|
| 1.28 | 1.22 | 1.15 |
| 1.29 | 1.22,1.23 | 1.15,1.16 |
| 1.30 | 1.22,1.23 | 1.15,1.16 |

## 1. Install Knative Serving
Please refer to [Knative Serving install guide](https://knative.dev/docs/admin/install/serving/install-serving-with-yaml/).
Expand All @@ -27,7 +27,7 @@ The recommended networking layer for KServe is [Istio](https://istio.io/) as cur
Alternatively you can also choose other networking layers like [Kourier](https://github.com/knative-sandbox/net-kourier) or [Contour](https://projectcontour.io/), see [how to install Kourier with KServe guide](./kourier_networking/README.md).

## 3. Install Cert Manager
The minimally required Cert Manager version is 1.9.0 and you can refer to [Cert Manager](https://cert-manager.io/docs/installation/).
The minimally required Cert Manager version is 1.15.0 and you can refer to [Cert Manager](https://cert-manager.io/docs/installation/).

!!! note
Cert manager is required to provision webhook certs for production grade installation, alternatively you can run self signed certs generation script.
Expand Down

0 comments on commit 9c02060

Please sign in to comment.