Update default Istio version to 1.3.5 (#2013)

This commit is contained in:
Jean-Rémy Bancel 2019-12-02 12:09:34 -08:00 committed by Knative Prow Robot
parent 4138465edd
commit 7d8f0bf5a6
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ without automatic sidecar injection.
```shell
# Download and unpack Istio
export ISTIO_VERSION=1.1.7
export ISTIO_VERSION=1.3.5
curl -L https://git.io/getLatestIstio | sh -
cd istio-${ISTIO_VERSION}
```