From 4b35891abc203990f2979a1e3a06b7f1c44829cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Th=C3=B6mmes?= Date: Wed, 30 Sep 2020 11:36:15 +0200 Subject: [PATCH 1/2] Add tested Istio version for clarity --- docs/install/installing-istio.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/install/installing-istio.md b/docs/install/installing-istio.md index eceb43ddfda..b29013c30fb 100644 --- a/docs/install/installing-istio.md +++ b/docs/install/installing-istio.md @@ -20,6 +20,12 @@ You need: - A Kubernetes cluster created. - [`istioctl`](https://istio.io/docs/setup/install/istioctl/) (v1.5.4 or later) installed. +## Supported Istio versions + +The current known-to-be-stable version of Istio tested in conjunction with Knative is **v1.5.7**. +Versions in the 1.5 line above **v1.5.4** should generally be fine too. +Versions above the 1.5 line are under test but have not stabilized yet. + ## Installing Istio When you install Istio, there are a few options depending on your goals. For a From 4bc4ffcdbaaf373334acb6fa944b0fa77c3394ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Th=C3=B6mmes?= Date: Wed, 30 Sep 2020 19:30:06 +0200 Subject: [PATCH 2/2] Adjust to 1.4 --- docs/install/installing-istio.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/install/installing-istio.md b/docs/install/installing-istio.md index b29013c30fb..3cecc4a740b 100644 --- a/docs/install/installing-istio.md +++ b/docs/install/installing-istio.md @@ -18,13 +18,13 @@ instructions. You need: - A Kubernetes cluster created. -- [`istioctl`](https://istio.io/docs/setup/install/istioctl/) (v1.5.4 or later) installed. +- [`istioctl`](https://istio.io/docs/setup/install/istioctl/) (v1.4.10 or later) installed. ## Supported Istio versions -The current known-to-be-stable version of Istio tested in conjunction with Knative is **v1.5.7**. -Versions in the 1.5 line above **v1.5.4** should generally be fine too. -Versions above the 1.5 line are under test but have not stabilized yet. +The current known-to-be-stable version of Istio tested in conjunction with Knative is **v1.4.10**. +Versions in the 1.4 line generally be fine too. +Versions above the 1.4 line are under test but have not stabilized yet. ## Installing Istio