Skip to content

Commit baee219

Browse files
committed
[release-1.16] Fixed the CI issue
1 parent ce79a4c commit baee219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e-common.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ function download_knative() {
123123
function install_istio() {
124124
echo ">> Installing Istio"
125125
curl -sL https://istio.io/downloadIstioctl | sh -
126-
$HOME/.istioctl/bin/istioctl install -y
126+
$HOME/.istioctl/bin/istioctl install --set values.cni.cniBinDir=/home/kubernetes/bin -y
127127
}
128128

129129
function create_namespace() {

0 commit comments

Comments
 (0)