From e2f728329ef38b03241442e2b9da2601f749cf0d Mon Sep 17 00:00:00 2001 From: Ian Partridge Date: Mon, 25 Nov 2019 14:38:20 +0000 Subject: [PATCH] Update installing-istio.md The `https://git.io/getLatestIstio` script now downloads Istio 1.4.0. --- docs/install/installing-istio.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/installing-istio.md b/docs/install/installing-istio.md index 8e6f7051097..73a2425d874 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.4.0 curl -L https://git.io/getLatestIstio | sh - cd istio-${ISTIO_VERSION} ```