Skip to content

Commit 608822f

Browse files
committed
bug causes improper vm startup after istio-1.0.0 was released
1 parent c02d3b1 commit 608822f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dm-setup/student-vm-startup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ for CLUSTER_INFO in ${WORKLOAD_CLUSTERS}; do
106106
until timeout 10 helm version; do sleep 10; done
107107

108108
# Install Istio
109-
ISTIO_VERSION=0.8.0
109+
export ISTIO_VERSION=0.8.0
110110
curl -L https://git.io/getLatestIstio | sh -
111111
pushd istio-${ISTIO_VERSION}/
112112
helm install -n istio --namespace=istio-system --set sidecar-injector.enabled=true install/kubernetes/helm/istio

0 commit comments

Comments
 (0)