diff --git a/test/e2e-common.sh b/test/e2e-common.sh index 45a718c92..b4d7cc4ee 100755 --- a/test/e2e-common.sh +++ b/test/e2e-common.sh @@ -123,7 +123,7 @@ function download_knative() { function install_istio() { echo ">> Installing Istio" curl -sL https://istio.io/downloadIstioctl | sh - - $HOME/.istioctl/bin/istioctl install -y + $HOME/.istioctl/bin/istioctl install --set values.cni.cniBinDir=/home/kubernetes/bin -y } function create_namespace() {