Skip to content

Commit fde4351

Browse files
committed
higher create-workload-cluster timeout for large clusters
1 parent 6e606c6 commit fde4351

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
@@ -391,7 +391,7 @@ create-workload-cluster: $(ENVSUBST) $(KUBECTL) ## Create a workload cluster.
391391
# Get kubeconfig and store it locally.
392392
$(KUBECTL) get secret/$(CLUSTER_NAME)-kubeconfig -n default -o json | jq -r .data.value | base64 --decode > ./kubeconfig
393393
# TODO: Standardize timeouts across the Makefile and make them configurable based on the job.
394-
$(KUBECTL) -n default wait --for=condition=Ready --timeout=60m cluster "$(CLUSTER_NAME)"
394+
$(KUBECTL) -n default wait --for=condition=Ready --timeout=180m cluster "$(CLUSTER_NAME)"
395395

396396
# Set the namespace to `default` b/c when the service account is auto mounted, the namespace is changed to `test-pods`.
397397
$(KUBECTL) --kubeconfig=./kubeconfig config set-context --current --namespace="default"

0 commit comments

Comments
 (0)