We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce79a4c commit baee219Copy full SHA for baee219
test/e2e-common.sh
@@ -123,7 +123,7 @@ function download_knative() {
123
function install_istio() {
124
echo ">> Installing Istio"
125
curl -sL https://istio.io/downloadIstioctl | sh -
126
- $HOME/.istioctl/bin/istioctl install -y
+ $HOME/.istioctl/bin/istioctl install --set values.cni.cniBinDir=/home/kubernetes/bin -y
127
}
128
129
function create_namespace() {
0 commit comments