From 1981678481351079d42bd1081a7cd0eff0e76e11 Mon Sep 17 00:00:00 2001 From: lvjiawei Date: Wed, 15 Apr 2020 16:45:15 +0800 Subject: [PATCH] Update istio version for install istio-knative-extras.yaml --- docs/install/installing-istio.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install/installing-istio.md b/docs/install/installing-istio.md index 5ad0a43432..0e517fed55 100644 --- a/docs/install/installing-istio.md +++ b/docs/install/installing-istio.md @@ -247,8 +247,8 @@ Alternatively, if you want to install the cluster local gateway for **developmen without `helm` for an easy installation: ```shell -# Istio minor version should be 1.2 or 1.3 -export ISTIO_MINOR_VERSION=1.2 +# Istio minor version should be 1.4 or 1.5 +export ISTIO_MINOR_VERSION=1.4 export VERSION=$(curl https://raw.githubusercontent.com/knative/serving/master/third_party/istio-${ISTIO_MINOR_VERSION}-latest)