Skip to content

Bump Istio version to 1.9.5 for supported Istio version #3822

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 18, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions docs/admin/install/installing-istio.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,12 @@ installation.
You need:

- A Kubernetes cluster created.
- [`istioctl`](https://istio.io/docs/setup/install/istioctl/) (v1.7 or later) installed.
- [`istioctl`](https://istio.io/docs/setup/install/istioctl/) installed.

## Supported Istio versions

The current known-to-be-stable version of Istio tested in conjunction with Knative is **v1.8.2**.
Versions in the 1.7 line are generally fine too.
1.8.0 and 1.8.1 have bugs that don't work with Knative.
The current known-to-be-stable version of Istio tested in conjunction with Knative is **v1.9.5**.
Versions in the 1.9 line are generally fine too.

## Installing Istio

Expand Down