diff --git a/docs/install/installing-istio.md b/docs/install/installing-istio.md index 8e6f7051097..870d6fa354f 100644 --- a/docs/install/installing-istio.md +++ b/docs/install/installing-istio.md @@ -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} ```