diff --git a/Makefile b/Makefile index f67bc0c8c0e..30ac6e1c38f 100644 --- a/Makefile +++ b/Makefile @@ -311,7 +311,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