Skip to content

Commit 3473ef6

Browse files
nojnhuhk8s-infra-cherrypick-robot
authored andcommitted
wait for ASO deployment in make create-management-cluster
1 parent 5d3ea15 commit 3473ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ create-management-cluster: $(KUSTOMIZE) $(ENVSUBST) $(KUBECTL) $(KIND) ## Create
324324
$(KUBECTL) apply -f templates/addons/windows/calico-resource-set.yaml
325325

326326
# Wait for CAPZ deployments
327-
$(KUBECTL) wait --for=condition=Available --timeout=5m -n capz-system deployment -l cluster.x-k8s.io/provider=infrastructure-azure
327+
$(KUBECTL) wait --for=condition=Available --timeout=5m -n capz-system deployment --all
328328

329329
# required sleep for when creating management and workload cluster simultaneously
330330
# Wait for the core CRD resources to be "installed" onto the mgmt cluster before returning control

0 commit comments

Comments
 (0)