Update installing-istio.md (#2329)

Cluster local ISTIO_MINOR_VERSION
This commit is contained in:
josiemundi 2020-04-09 22:20:04 +00:00 committed by GitHub
parent 68b7a4f674
commit 5a0ef175f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -250,8 +250,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.3, 1.4 or 1.5
export ISTIO_MINOR_VERSION=1.3
export VERSION=$(curl https://raw.githubusercontent.com/knative/serving/master/third_party/istio-${ISTIO_MINOR_VERSION}-latest)