Skip to content

Commit

Permalink
Update version matrix for 0.12 (#353)
Browse files Browse the repository at this point in the history
* Update version matrix for 0.12

Signed-off-by: Dan Sun <[email protected]>

* Update kubernetes_deployment.md

Signed-off-by: Dan Sun <[email protected]>

* Update notes for gRPC issues

Signed-off-by: Dan Sun <[email protected]>

* Update kserve install

Signed-off-by: Dan Sun <[email protected]>

* Update kubernetes_deployment.md

Signed-off-by: Dan Sun <[email protected]>

---------

Signed-off-by: Dan Sun <[email protected]>
  • Loading branch information
yuzisun authored Mar 30, 2024
1 parent 2ba4317 commit e27b5e1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions docs/admin/kubernetes_deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ Kubernetes version.
## Recommended Version Matrix
| Kubernetes Version | Recommended Istio Version |
|:-------------------|:--------------------------|
| 1.25 | 1.15, 1.16 |
| 1.26 | 1.17 |
| 1.27 | 1.17, 1.18 |
| 1.27 | 1.18, 1.19 |
| 1.28 | 1.19, 1.20 |
| 1.29 | 1.20, 1.21 |

## 1. Install Istio

Expand Down Expand Up @@ -46,14 +46,14 @@ The minimally required Cert Manager version is 1.9.0 and you can refer to [Cert

=== "kubectl"
```bash
kubectl apply -f https://github.com/kserve/kserve/releases/download/v0.11.0/kserve.yaml
kubectl apply -f https://github.com/kserve/kserve/releases/download/v0.12.0/kserve.yaml
```

Install KServe default serving runtimes:

=== "kubectl"
```bash
kubectl apply -f https://github.com/kserve/kserve/releases/download/v0.11.0/kserve-runtimes.yaml
kubectl apply -f https://github.com/kserve/kserve/releases/download/v0.12.0/kserve-runtimes.yaml
```

**ii. Change default deployment mode and ingress option**
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 @@ -8,9 +8,9 @@ Kubernetes version.
## Recommended Version Matrix
| Kubernetes Version | Recommended Istio Version | Recommended Knative Version |
|:-------------------|:--------------------------|:----------------------------|
| 1.25 | 1.15, 1.16 | 1.4-1.9 |
| 1.26 | 1.17 | 1.7-1.11 |
| 1.27 | 1.17,1.18 | 1.9-1.11 |
| 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. Install Knative Serving
Please refer to [Knative Serving install guide](https://knative.dev/docs/admin/install/serving/install-serving-with-yaml/).
Expand All @@ -20,7 +20,7 @@ Please refer to [Knative Serving install guide](https://knative.dev/docs/admin/i
you need to turn on the corresponding [feature flags](https://knative.dev/docs/admin/serving/feature-flags) in your Knative configuration.

!!! warning
In Knative 1.8, The cluster domain suffix is changed to `svc.cluster.local` as the default domain. As routes using the cluster domain suffix are not exposed through Ingress, you will need to [configure DNS](https://knative.dev/docs/install/yaml-install/serving/install-serving-with-yaml/#configure-dns) in order to expose their services (most users probably already are).
Knative 1.13.1 requires Istio 1.20+, gRPC routing does not work with previous Istio releases, see [release notes](https://github.com/knative/serving/releases/tag/knative-v1.13.1).

## 2. Install Networking Layer
The recommended networking layer for KServe is [Istio](https://istio.io/) as currently it works best with KServe, please refer to the [Istio install guide](https://knative.dev/docs/admin/install/installing-istio).
Expand All @@ -35,14 +35,14 @@ The minimally required Cert Manager version is 1.9.0 and you can refer to [Cert
## 4. Install KServe
=== "kubectl"
```bash
kubectl apply -f https://github.com/kserve/kserve/releases/download/v0.11.0/kserve.yaml
kubectl apply -f https://github.com/kserve/kserve/releases/download/v0.12.0/kserve.yaml
```

## 5. Install KServe Built-in ClusterServingRuntimes

=== "kubectl"
```bash
kubectl apply -f https://github.com/kserve/kserve/releases/download/v0.11.0/kserve-runtimes.yaml
kubectl apply -f https://github.com/kserve/kserve/releases/download/v0.12.0/kserve-runtimes.yaml
```

!!! note
Expand Down

0 comments on commit e27b5e1

Please sign in to comment.