Skip to content

Commit 1a7c4e6

Browse files
authored
Merge pull request #4219 from k8s-infra-cherrypick-robot/cherry-pick-4217-to-release-1.11
[release-1.11] wait for ASO deployment in make create-management-cluster
2 parents 5d3ea15 + 3473ef6 commit 1a7c4e6

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)