Skip to content

Commit

Permalink
Merge pull request #4219 from k8s-infra-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…4217-to-release-1.11

[release-1.11] wait for ASO deployment in make create-management-cluster
  • Loading branch information
k8s-ci-robot authored Nov 2, 2023
2 parents 5d3ea15 + 3473ef6 commit 1a7c4e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,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
Expand Down

0 comments on commit 1a7c4e6

Please sign in to comment.