We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d3ea15 commit 3473ef6Copy full SHA for 3473ef6
Makefile
@@ -324,7 +324,7 @@ create-management-cluster: $(KUSTOMIZE) $(ENVSUBST) $(KUBECTL) $(KIND) ## Create
324
$(KUBECTL) apply -f templates/addons/windows/calico-resource-set.yaml
325
326
# Wait for CAPZ deployments
327
- $(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
328
329
# required sleep for when creating management and workload cluster simultaneously
330
# Wait for the core CRD resources to be "installed" onto the mgmt cluster before returning control
0 commit comments