Skip to content

Commit

Permalink
Increase timeout for provisioning Gardener cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
triffer committed Nov 19, 2024
1 parent efbba13 commit 3a08654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/ci/provision-gardener.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ until (echo "$shoot_template" | kubectl --kubeconfig "${GARDENER_KUBECONFIG}" ap
done

echo "waiting for cluster to be ready..."
kubectl wait --kubeconfig "${GARDENER_KUBECONFIG}" --for=condition=EveryNodeReady shoot/${CLUSTER_NAME} --timeout=17m
kubectl wait --kubeconfig "${GARDENER_KUBECONFIG}" --for=condition=EveryNodeReady shoot/${CLUSTER_NAME} --timeout=25m
# create kubeconfig request, that creates a kubeconfig which is valid for one day
kubectl create --kubeconfig "${GARDENER_KUBECONFIG}" \
-f <(printf '{"spec":{"expirationSeconds":86400}}') \
Expand Down

0 comments on commit 3a08654

Please sign in to comment.