diff --git a/demo/istio/bootstrap.sh b/demo/istio/bootstrap.sh index d00494f9..bef33b2a 100755 --- a/demo/istio/bootstrap.sh +++ b/demo/istio/bootstrap.sh @@ -3,12 +3,31 @@ KIND_IMAGE=kindest/node:v1.29.2 ISTIO_REPO=https://istio-release.storage.googleapis.com/charts ISTIO_NS=istio-system +ISTIO_INGRESS_NS=istio-ingress # Create Kind cluster -kind create cluster --image $KIND_IMAGE +kind create cluster --image $KIND_IMAGE --wait 1m --config - <