From 80e69f8ca09d4213826ae8bef6d09d1689b8f6bb Mon Sep 17 00:00:00 2001 From: githubfoam Date: Thu, 2 Jul 2020 21:23:36 +0300 Subject: [PATCH] vers --- app/deploy-istio.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/deploy-istio.sh b/app/deploy-istio.sh index a49156a..1e973ba 100644 --- a/app/deploy-istio.sh +++ b/app/deploy-istio.sh @@ -23,8 +23,8 @@ kubectl config use-context kind-istio-testing #run following command to set the echo "===============================Install istio===========================================================" #Download Istio #/bin/sh -c 'curl -L https://istio.io/downloadIstio | sh -' #download and extract the latest release automatically (Linux or macOS) -export ISTIO_VERSION="1.6.4" -/bin/sh -c 'curl -L https://istio.io/downloadIstio | $ISTIO_VERSION=1.4.3 sh -' #download a specific version +export ISTIOVERSION="1.6.4" +/bin/sh -c 'curl -L https://istio.io/downloadIstio | ISTIO_VERSION=$ISTIOVERSION sh -' #download a specific version cd istio-* #Move to the Istio package directory. For example, if the package is istio-1.6.0 export PATH=$PWD/bin:$PATH #Add the istioctl client to your path, The istioctl client binary in the bin/ directory.