evryfs/github-actions-runner-operator

Add minTtl

Closed this issue · 2 comments

Add a minTtl to the CRD. This should ensure that pods are left around for minTtl time.
Type should be a go-lang time.Period.
This helps to avoid pod create/destroy trashing, and can help on efficiency where tools etc has been cached on the runners.

Related: #138

@sabre1041 are you interested in contributing on this one?