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.
2 parents 230865d + 54bf329 commit 93eb7abCopy full SHA for 93eb7ab
Makefile
@@ -194,10 +194,10 @@ create-cluster: $(KIND) $(CLUSTERCTL) $(KUBECTL) $(ENVSUBST) ## Create a new kin
194
$(KUBECTL) apply -f $(KIND_CLUSTER_YAML)
195
196
@echo "Start projectsveltos"
197
- $(MAKE) deploy-projectsveltos
198
-
199
- @echo "wait for cluster to be provisioned"
200
- $(KUBECTL) wait cluster sveltos-management-workload -n default --for=jsonpath='{.status.phase}'=Provisioned --timeout=$(TIMEOUT)
+ $(MAKE) deploy-projectsveltos
+
+ @echo "wait for cluster to be provisioned"
+ $(KUBECTL) wait cluster sveltos-management-workload -n default --for=jsonpath='{.status.phase}'=Provisioned --timeout=$(TIMEOUT)
201
202
@echo "sleep allowing control plane to be ready"
203
sleep 60
0 commit comments