Skip to content

Commit

Permalink
Give k8s-infra-prow-build cluster time to scale-up
Browse files Browse the repository at this point in the history
We have k8s-infra-prow-build etup to autoscale if it doen't have
enough capacity. Anecdotally I saw it take 5sec to decide that
it needed to scale, but another ~2min for a node to come online.

Let's assume it could take longer, so wait up to 5min before calling
an unscheduled pod safe to delete.
  • Loading branch information
spiffxp committed Aug 4, 2020
1 parent aa11557 commit c0ca18b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plank:
job_url_prefix_config:
'*': https://prow.k8s.io/view/
pod_pending_timeout: 15m
pod_unscheduled_timeout: 1m
pod_unscheduled_timeout: 5m
default_decoration_configs:
'*':
timeout: 2h
Expand Down

0 comments on commit c0ca18b

Please sign in to comment.