From 7d8f0bf5a62457aea3fadfab2f1d09b9cb2e961c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-R=C3=A9my=20Bancel?= Date: Mon, 2 Dec 2019 12:09:34 -0800 Subject: [PATCH] Update default Istio version to 1.3.5 (#2013) --- 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 8e6f70510..870d6fa35 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} ```