We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c02d3b1 commit 608822fCopy full SHA for 608822f
dm-setup/student-vm-startup.sh
@@ -106,7 +106,7 @@ for CLUSTER_INFO in ${WORKLOAD_CLUSTERS}; do
106
until timeout 10 helm version; do sleep 10; done
107
108
# Install Istio
109
- ISTIO_VERSION=0.8.0
+ export ISTIO_VERSION=0.8.0
110
curl -L https://git.io/getLatestIstio | sh -
111
pushd istio-${ISTIO_VERSION}/
112
helm install -n istio --namespace=istio-system --set sidecar-injector.enabled=true install/kubernetes/helm/istio
0 commit comments