diff --git a/setup/00-intro.sh b/setup/00-intro.sh index 49111a0a..ad741fa9 100755 --- a/setup/00-intro.sh +++ b/setup/00-intro.sh @@ -42,7 +42,7 @@ rm -f .env # Control Plane Cluster # ######################### -kind create cluster --config kind.yaml +kind get clusters | grep -q "kind" || kind create cluster --config kind.yaml kubectl apply \ --filename https://raw.githubusercontent.com/kubernetes/ingress-nginx/main/deploy/static/provider/kind/deploy.yaml