From a0dfb45deae63eb155643b3ddd85749b2a19c406 Mon Sep 17 00:00:00 2001 From: Jon Huhn Date: Wed, 1 Nov 2023 15:50:12 -0500 Subject: [PATCH] wait for ASO deployment in make create-management-cluster --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3c92d8f603b..2111d4edeef 100644 --- a/Makefile +++ b/Makefile @@ -326,7 +326,7 @@ create-management-cluster: $(KUSTOMIZE) $(ENVSUBST) $(KUBECTL) $(KIND) ## Create $(KUBECTL) apply -f templates/addons/windows/calico-resource-set.yaml # Wait for CAPZ deployments - $(KUBECTL) wait --for=condition=Available --timeout=5m -n capz-system deployment -l cluster.x-k8s.io/provider=infrastructure-azure + $(KUBECTL) wait --for=condition=Available --timeout=5m -n capz-system deployment --all # required sleep for when creating management and workload cluster simultaneously # Wait for the core CRD resources to be "installed" onto the mgmt cluster before returning control