buildkite / agent-stack-k8s

Spin up an autoscaling stack of Buildkite Agents on Kubernetes
MIT License
77 stars 27 forks source link

Make imagePullBackOffWatcher grace period configurable #331

Closed DrJosh9000 closed 2 months ago

DrJosh9000 commented 2 months ago

30 seconds may be too short for some customers. It should at least be configurable.

Also, as pointed out, pod creation time isn't a good moment to base the grace period - there could be a long period between creating the pod and the kubelet actually starting it. Pod start time is more useful.