diff --git a/hack/create-dev-cluster.sh b/hack/create-dev-cluster.sh index b1ecf08e945..6f1b85ac015 100755 --- a/hack/create-dev-cluster.sh +++ b/hack/create-dev-cluster.sh @@ -68,7 +68,7 @@ PULL_POLICY=IfNotPresent make modules docker-build docker-push # TODO: add a check for AKS vs kind if [ -v "${USE_AKS_MANAGEMENT_CLUSTER}" ]; then PULL_POLICY=IfNotPresent make docker-push -else +fi setup() { echo "================ MAKE CLEAN ==============="